2024-08-14 11:14:20 -07:00
|
|
|
{...}: {
|
2023-10-09 10:44:07 -07:00
|
|
|
boot = {
|
|
|
|
|
tmp.cleanOnBoot = true;
|
|
|
|
|
loader.grub.device = "/dev/sda";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
constants.sopsFile = ../../common/auths.yaml;
|
|
|
|
|
|
2023-11-09 21:01:46 -08:00
|
|
|
security.sudo.wheelNeedsPassword = false;
|
|
|
|
|
|
2024-06-01 12:16:04 -07:00
|
|
|
system.stateVersion = "24.05";
|
2023-10-09 10:44:07 -07:00
|
|
|
|
|
|
|
|
zramSwap.enable = true;
|
|
|
|
|
}
|