chore: relocate system state + udevd
This commit is contained in:
parent
244c66c51c
commit
e49984f313
3 changed files with 9 additions and 12 deletions
|
@ -38,9 +38,5 @@
|
|||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
system.stateVersion = "23.05"; # no touchy
|
||||
|
||||
};
|
||||
}
|
|
@ -29,6 +29,12 @@
|
|||
LC_PAPER = "en_US.UTF-8";
|
||||
LC_TELEPHONE = "en_US.UTF-8";
|
||||
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