configuration
common
desktop
audio.nix
default.nix
firmware.nix
fonts.nix
gnome.nix
inputs.nix
networking.nix
polkit.nix
power.nix
printing.nix
ssh.nix
xserver.nix
dn42
gpg-ssh
hydra-build-machine
router
flake
hosts
lib
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
20 lines
266 B
Nix
20 lines
266 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./audio.nix
|
|
./firmware.nix
|
|
./fonts.nix
|
|
./gnome.nix
|
|
./inputs.nix
|
|
./networking.nix
|
|
./polkit.nix
|
|
./power.nix
|
|
./printing.nix
|
|
./ssh.nix
|
|
./xserver.nix
|
|
];
|
|
|
|
security.sudo.wheelNeedsPassword = true;
|
|
}
|