diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-31 09:11:57 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-31 09:11:57 +0200 |
| commit | e83997e395dbe1131a3c0572cbaf241479ed58c6 (patch) | |
| tree | c64e85b4130cb4167e0908054af8ab8ee323f2dd /hosts/aperture/default.nix | |
| parent | cede216aee3e9df92c3fe5acff44715ab703aeca (diff) | |
Add aperture host
Diffstat (limited to '')
| -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 |
