nixos-config/linux/singularity/configuration.nix

15 lines
247 B
Nix
Raw Normal View History

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