nixos-config/linux/singularity/configuration.nix
2024-06-01 12:16:04 -07:00

17 lines
251 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;
}