chore: relocate system state + udevd

This commit is contained in:
notohh 2023-04-22 15:14:43 -04:00
parent 244c66c51c
commit e49984f313
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 9 additions and 12 deletions

View file

@ -39,8 +39,4 @@
];
};
};
system.autoUpgrade.enable = false;
system.stateVersion = "23.05"; # no touchy
}

View file

@ -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
}

View file

@ -1,5 +0,0 @@
{
...
}: {
systemd.services.systemd-udevd.restartIfChanged = false;
}