nixos-config/linux/singularity/configuration.nix

12 lines
206 B
Nix
Raw Normal View History

2025-12-14 13:54:53 -08:00
{...}: {
2026-02-16 22:00:15 -08:00
boot.loader.grub.device = "/dev/sda";
2023-10-09 10:44:07 -07:00
constants.sopsFile = ../../common/auths.yaml;
security.sudo.wheelNeedsPassword = false;
2025-06-08 10:22:00 -05:00
system.stateVersion = "25.11";
2023-10-09 10:44:07 -07:00
zramSwap.enable = true;
}