feat(nixos): move persist options to system and users modules
This commit is contained in:
parent
6d43b0db3b
commit
8c2b1dfc6e
3 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
flake.modules.nixos.default = {
|
||||
persistFiles = [ "/etc/machine-id" ];
|
||||
persistDirs = [ "/var/lib/systemd" ];
|
||||
system.stateVersion = "25.11";
|
||||
};
|
||||
flake.modules.homeManager.default =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue