nixos-config/linux/singularity/configuration.nix

16 lines
206 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;
system.stateVersion = "23.11";
zramSwap.enable = true;
}