?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user