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
|
inputs.disko.nixosModules.default
|
||||||
|
|
||||||
../../modules/firefox
|
../../modules/firefox
|
||||||
../../modules/flatpak
|
#../../modules/flatpak
|
||||||
../../modules/steam
|
../../modules/steam
|
||||||
../../modules/ly
|
../../modules/ly
|
||||||
../../modules/sddm
|
../../modules/sddm
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ in
|
||||||
#initialPassword = "1234";
|
#initialPassword = "1234";
|
||||||
hashedPasswordFile = config.sops.secrets."users/${username}".path;
|
hashedPasswordFile = config.sops.secrets."users/${username}".path;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
flatpak
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue