mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add sops-nix
This commit is contained in:
parent
49e796631b
commit
967becfdc9
10 changed files with 100 additions and 94 deletions
|
|
@ -9,9 +9,8 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassword = "changeme";
|
||||
shell = if config.programs.zsh.enable
|
||||
then pkgs.zsh
|
||||
else pkgs.bash;
|
||||
hashedPasswordFile = config.sops.secrets.muon-password.path;
|
||||
shell = if config.programs.zsh.enable then pkgs.zsh else pkgs.bash;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue