[#9] first impermanence config support
This commit is contained in:
parent
977bfa7114
commit
4f29103fdb
5 changed files with 65 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue