2023-11-09 20:24:14 -08: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;
|
|
|
|
|
|
2023-10-09 10:44:07 -07:00
|
|
|
system.stateVersion = "23.11";
|
|
|
|
|
|
|
|
|
|
zramSwap.enable = true;
|
|
|
|
|
}
|