Impermanence.
This commit is contained in:
parent
859556d0e6
commit
abeef2cb58
5 changed files with 105 additions and 1 deletions
24
machines/lebesgue/config/state.nix
Normal file
24
machines/lebesgue/config/state.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{config, ...}: {
|
||||
sops.age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories =
|
||||
[
|
||||
"/var/lib/tailscale"
|
||||
"/var/log"
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/docker"
|
||||
]
|
||||
++ config.foehammer.backups.paths;
|
||||
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/etc/ssh/ssh_host_rsa_key.pub"
|
||||
"/etc/ssh/ssh_host_rsa_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
"/var/lib/systemd/random-seed"
|
||||
"/var/lib/logrotate.status"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue