From 1c26c0d3265bc71103c19e7f163807406f6fb271 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 15 Mar 2026 21:41:47 -0400 Subject: changed to lucia --- nixos/systems/thinkpad-laptop/system.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nixos/systems/thinkpad-laptop') 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; }; -- cgit v1.2.3