nixos-config/linux/singularity/configuration.nix

18 lines
251 B
Nix
Raw Normal View History

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