nixos: Add auth DNS module (and serving from estuary)

This commit is contained in:
2022-05-22 23:24:57 +01:00
parent b504f11c6b
commit 1789d11927
6 changed files with 278 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
{
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
networking.domain = "nl1.int.nul.ie";
networking.domain = "fra1.int.nul.ie";
boot.kernelParams = [ "intel_iommu=on" ];
boot.loader.systemd-boot.configurationLimit = 20;