From e83997e395dbe1131a3c0572cbaf241479ed58c6 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 31 May 2026 09:11:57 +0200 Subject: Add aperture host --- hosts/aperture/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/aperture/default.nix') diff --git a/hosts/aperture/default.nix b/hosts/aperture/default.nix index ded949c..bca4615 100644 --- a/hosts/aperture/default.nix +++ b/hosts/aperture/default.nix @@ -18,6 +18,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + nix.settings.trusted-users = [ "wilkuu"]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's -- cgit v1.3.1