[#9] first impermanence config support

This commit is contained in:
Dennis Frieberg 2023-09-28 17:12:34 +02:00
parent 4515516ba8
commit d008620456
Signed by: nerf
GPG key ID: 42DED0E2D8F04FB6
5 changed files with 65 additions and 0 deletions

View file

@ -4,6 +4,7 @@ imports = [
./admins.nix
./nix_keys.nix
(modulesPath + "/virtualisation/xen-domU.nix")
../modules/impermanence.nix
];
nix = {
extraOptions = ''
@ -27,6 +28,8 @@ users = {
users.root.hashedPassword = "!";
};
impermanence.enable = true;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
environment = {