nixos-config/roles/server.nix

8 lines
100 B
Nix

{ inputs, ... }: {
imports = [
./base.nix
];
security.sudo.wheelNeedsPassword = false;
}