diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-15 21:41:47 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-15 21:41:47 -0400 |
| commit | 1c26c0d3265bc71103c19e7f163807406f6fb271 (patch) | |
| tree | c8ec0b837dbb70bf76eebd24f4fbbc008403255d /nixos/systems/thinkpad-laptop/system.nix | |
| parent | 3969c0706238898ccce79a993fc866f099a2cadd (diff) | |
changed to lucia
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; }; |
