This commit is contained in:
2024-09-17 10:08:23 -04:00
parent 00b8680745
commit 7fe6cd9bd6
12 changed files with 22 additions and 27 deletions

View File

@@ -105,22 +105,13 @@
age.identityPaths = [ "/home/${username}/.ssh/id_ed25519" ];
age.secrets.wifi-passwords = {
file = ./secrets/wifi-passwords.age;
path = "/etc/secrets/wifi-passwords.nix";
};
age.secrets.primary-password = {
file = ./secrets/primary-password.age;
path = "/etc/secrets/primary-password";
};
#networking
networking =
let
wifi-passwords = import "${config.age.secrets.wifi-passwords.path}";
in
import ./networking.nix { inherit hostname wifi-passwords; };
networking = import ./networking.nix { inherit hostname; };
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
@@ -198,6 +189,8 @@
(inputs.agenix.packages.${pkgs.system}.default.override { ageBin = "${pkgs.rage}/bin/rage"; })
qemu_full
git-agecrypt
];
#wayland with electron/chromium applications