Zhu
This commit is contained in:
parent
e63a49c8c1
commit
12ab5ce8d4
2 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
inputs.disko.nixosModules.default
|
||||
|
||||
../../modules/firefox
|
||||
../../modules/flatpak
|
||||
#../../modules/flatpak
|
||||
../../modules/steam
|
||||
../../modules/ly
|
||||
../../modules/sddm
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ in
|
|||
#initialPassword = "1234";
|
||||
hashedPasswordFile = config.sops.secrets."users/${username}".path;
|
||||
packages = with pkgs; [
|
||||
flatpak
|
||||
];
|
||||
};
|
||||
sops.secrets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue