mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
configured impermanence for the nuc
This commit is contained in:
parent
d08a5e1c8e
commit
63605568c6
6 changed files with 17 additions and 10 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue