diff options
Diffstat (limited to 'hosts/aperture/default.nix')
| -rw-r--r-- | hosts/aperture/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
