forked from kalipso/infrastructure
[vpn] disable module for host setup
This commit is contained in:
@@ -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?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user