diff options
Diffstat (limited to 'nixos/systems/thinkpad-laptop/system.nix')
| -rw-r--r-- | nixos/systems/thinkpad-laptop/system.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nixos/systems/thinkpad-laptop/system.nix b/nixos/systems/thinkpad-laptop/system.nix index 23e1843..f06d428 100644 --- a/nixos/systems/thinkpad-laptop/system.nix +++ b/nixos/systems/thinkpad-laptop/system.nix @@ -8,12 +8,12 @@ stateVersion = "24.11"; }; - age.secrets.user-passwords_thinkpad-laptop_lucas.file = ../../../secrets/user-passwords/thinkpad-laptop/lucas.age; + age.secrets.user-passwords_thinkpad-laptop_lucia.file = ../../../secrets/user-passwords/thinkpad-laptop/lucia.age; - users.users."lucas" = { - hashedPasswordFile = config.age.secrets.user-passwords_thinkpad-laptop_lucas.path; + users.users."lucia" = { + hashedPasswordFile = config.age.secrets.user-passwords_thinkpad-laptop_lucia.path; isNormalUser = true; - description = "lucas"; + description = "lucia"; extraGroups = [ "networkmanager" "wheel" @@ -37,7 +37,7 @@ utils = { nh = { enable = true; - flake = "/home/lucas/Sync/setup"; + flake = "/home/lucia/Sync/setup"; }; }; }; @@ -55,7 +55,7 @@ greetd.enable = true; syncthing-client = { enable = true; - username = "lucas"; + username = "lucia"; }; udisks2.enable = true; }; |
