diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-11 21:33:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-11 21:33:56 +0200 |
| commit | bffecfbfb3e1803843b591c028dd57c356c782ca (patch) | |
| tree | 4bc3715d44f6b24a58e8a2fabd223e42036ce701 | |
| parent | 52498ff01ecc7ecc63ec802be7472b33e9e9d9ea (diff) | |
Update configuration.nix
| -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 1d5fc81..03a9b2a 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -5,6 +5,7 @@ ./hardware-configuration.nix ./components/wireguard.nix ../../modules/misc/shared.nix + ../../modules/misc/dm.nix ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; |
