first impermanence config

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

View file

@ -3,6 +3,7 @@
imports = [
./admins.nix
./nix_keys.nix
../modules/impermanence.nix
];
nix = {
extraOptions = ''
@ -25,6 +26,8 @@ users = {
mutableUsers = false;
};
impermanence.enable = true;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
environment = {