diff options
Diffstat (limited to 'configurations/manwe')
-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; |