configured impermanence for the nuc

This commit is contained in:
Rouven Seifert 2023-05-30 20:36:52 +02:00
parent d08a5e1c8e
commit 63605568c6
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 17 additions and 10 deletions

View file

@ -26,6 +26,15 @@
cores = 3;
auto-optimise-store = true;
};
environment.persistence."/nix/persist/system" = {
directories = [
"/etc/nixos"
"/etc/ssh"
];
files = [
"/etc/machine-id"
];
};
time.timeZone = "Europe/Berlin";