14 lines
247 B
Nix
14 lines
247 B
Nix
{...}: {
|
|
boot = {
|
|
tmp.cleanOnBoot = true;
|
|
loader.grub.device = "/dev/sda";
|
|
};
|
|
|
|
constants.sopsFile = ../../common/auths.yaml;
|
|
|
|
security.sudo.wheelNeedsPassword = false;
|
|
|
|
system.stateVersion = "24.05";
|
|
|
|
zramSwap.enable = true;
|
|
}
|