chore: relocate system state + udevd
This commit is contained in:
parent
244c66c51c
commit
e49984f313
3 changed files with 9 additions and 12 deletions
|
@ -39,8 +39,4 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
system.stateVersion = "23.05"; # no touchy
|
||||
|
||||
}
|
|
@ -31,4 +31,10 @@
|
|||
LC_TIME = "en_US.UTF-8";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
system.stateVersion = "23.05"; # no touchy
|
||||
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
}
|
Loading…
Reference in a new issue