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

@ -38,9 +38,5 @@
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
};
};
system.autoUpgrade.enable = false;
system.stateVersion = "23.05"; # no touchy
};
}

View file

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

View file

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