diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 03:03:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 03:03:23 +0200 |
| commit | 48cfe8882dd2412ff20f7d875af42a27848cc238 (patch) | |
| tree | 5d81f93ce034494a1d594910f20365f0e4ced0e2 | |
| parent | 37910bd7788efd70b7b48bfec6ab2704ea73cb87 (diff) | |
Update configuration.nix
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index 2f6c53a..74f22af 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -3,7 +3,7 @@ { imports = [ ./hardware-configuration.nix - ./modules/wireguard.nix + ./components/wireguard.nix ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; |
