diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-28 23:45:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-28 23:45:42 +0200 |
| commit | 9fbf4590e103d39e6b18517308666c3fa1b44890 (patch) | |
| tree | b0ea08bf87850d27ea1b0d1b4de5dd34311f7401 /nixos | |
| parent | 6041e1b1ecead5afcf91330b1a8526f6e5a11ee3 (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index fbc8480..09150aa 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix ./components/wireguard.nix + ../../modules/shared.nix ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; |
