pinwheel: Remove ssh.enable from work module

As it is set in the `ssh` module
This commit is contained in:
Alexander Heldt
2024-05-30 15:06:52 +02:00
parent 11d55836fa
commit c795e6bda4

View File

@@ -32,10 +32,6 @@ in
} }
]; ];
}; };
programs.ssh = {
enable = true;
};
}; };
services.openvpn.servers = lib.mkIf openvpnEnabled { services.openvpn.servers = lib.mkIf openvpnEnabled {