nixos-config/linux/singularity/configuration.nix
2025-06-08 10:22:00 -05:00

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 = "25.11";
zramSwap.enable = true;
}