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:
parent
f7dc6a3bdd
commit
ea2f846e73
1 changed files with 2 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue