11 lines
206 B
Nix
11 lines
206 B
Nix
{...}: {
|
|
boot.loader.grub.device = "/dev/sda";
|
|
|
|
constants.sopsFile = ../../common/auths.yaml;
|
|
|
|
security.sudo.wheelNeedsPassword = false;
|
|
|
|
system.stateVersion = "25.11";
|
|
|
|
zramSwap.enable = true;
|
|
}
|