mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
flake cleanup, removed impermanence
This commit is contained in:
parent
2068b655da
commit
0921151c6e
6 changed files with 26 additions and 59 deletions
|
@ -15,10 +15,10 @@
|
|||
tmp.useTmpfs = true;
|
||||
};
|
||||
networking.hostName = "vm";
|
||||
environment.persistence."/nix/persistent/system" = {
|
||||
directories = [ "/etc/nixos" ];
|
||||
files = [ "/etc/machine-id" ];
|
||||
};
|
||||
# environment.persistence."/nix/persistent/system" = {
|
||||
# directories = [ "/etc/nixos" ];
|
||||
# files = [ "/etc/machine-id" ];
|
||||
# };
|
||||
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue