Add muho sops

This commit is contained in:
muon 2025-01-17 21:02:05 +00:00
parent 5eb3ceba99
commit 36db2d6440
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,6 @@
users.users.${config.mods.user.name} = {
isNormalUser = true;
extraGroups = [ "wheel" ];
initialPassword = "changeme";
hashedPasswordFile = config.sops.secrets.muon-password.path;
shell = if config.programs.zsh.enable then pkgs.zsh else pkgs.bash;
};