diff options
author | azahi <azat@bahawi.net> | 2025-01-01 13:10:32 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-01 13:10:32 +0300 |
commit | 7c06c0a354b106e37e26ddfc2bc6ba8336d90cc7 (patch) | |
tree | d52c7729b2aa8d81aaa18301d70877a6911a2167 /configurations/manwe/default.nix | |
parent | 2024-12-17 (diff) |
2025-01-01
Diffstat (limited to 'configurations/manwe/default.nix')
-rw-r--r-- | configurations/manwe/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix index f9cb2be..89b111a 100644 --- a/configurations/manwe/default.nix +++ b/configurations/manwe/default.nix @@ -7,6 +7,9 @@ with lib; { imports = attrValues (modulesIn ./.); + # Something is broken there. Not sure why it affects me tho. + disabledModules = [ "services/networking/wireguard-networkd.nix" ]; + nixfiles.modules = { wireguard.server.enable = true; |