[vpn] disable module for host setup

This commit is contained in:
2024-12-17 11:38:59 +01:00
parent 58b0ff4ec7
commit dd0499d64d

View File

@@ -3,8 +3,6 @@
with lib; with lib;
{ {
#sops.defaultSopsFile = ./secrets.yaml;
networking = { networking = {
hostName = mkDefault "vpn"; hostName = mkDefault "vpn";
useDHCP = false; useDHCP = false;
@@ -17,12 +15,6 @@ with lib;
../modules/minimal_tools.nix ../modules/minimal_tools.nix
]; ];
services.malobeo.vpn = {
enable = true;
name = "vpn";
privateKey = "somepath";
};
system.stateVersion = "22.11"; # Did you read the comment? system.stateVersion = "22.11"; # Did you read the comment?
} }