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