feat(nixos): move persist options to system and users modules
This commit is contained in:
parent
a6fdc1b6e6
commit
36b459475a
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