nixos-config/linux/singularity/configuration.nix
2025-12-14 13:54:53 -08:00

14 lines
247 B
Nix

{...}: {
boot = {
loader.grub.device = "/dev/sda";
tmp.cleanOnBoot = true;
};
constants.sopsFile = ../../common/auths.yaml;
security.sudo.wheelNeedsPassword = false;
system.stateVersion = "25.11";
zramSwap.enable = true;
}