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
128 B
Nix
10 lines
128 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
|
|
networking.domain = "net.clerie.de";
|
|
|
|
networking.firewall.logRefusedConnections = lib.mkDefault false;
|
|
|
|
}
|