configuration
common
backup.nix
default.nix
initrd.nix
locale.nix
networking.nix
nix.nix
programs.nix
ssh.nix
systemd.nix
user.nix
web.nix
desktop
dn42
gpg-ssh
hydra-build-machine
router
flake
hosts
lib
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
10 lines
108 B
Nix
10 lines
108 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
|
|
security.sudo.wheelNeedsPassword = lib.mkDefault false;
|
|
|
|
users.groups.guests = {};
|
|
|
|
}
|