1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add uids and perform migration

This commit is contained in:
RGBCube 2024-01-03 10:40:20 +03:00
parent f7dc6a3bdd
commit ea2f846e73
No known key found for this signature in database

View file

@ -7,18 +7,15 @@
time.timeZone = "Europe/Istanbul";
users.users.nixos = graphicalUser {
description = "NixOS";
extraGroups = [ "wheel" ];
};
users.users.said = graphicalUser {
description = "Said";
extraGroups = [ "wheel" ];
uid = 1000;
};
users.users.orhan = graphicalUser {
description = "Orhan";
uid = 1001;
};
networking.firewall = enabled {