diff --git a/config/hosts/aspects/doloro-wsl/home.nix b/config/hosts/aspects/doloro-wsl/home.nix index da4aef9..529371b 100644 --- a/config/hosts/aspects/doloro-wsl/home.nix +++ b/config/hosts/aspects/doloro-wsl/home.nix @@ -20,6 +20,7 @@ users.users.doloro = { isNormalUser = true; shell = pkgs.fish; + uid = 1000; # hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path; }; };