mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Review/revert later
This commit is contained in:
parent
f4354da57d
commit
6bb34e1c51
13 changed files with 293 additions and 38 deletions
|
|
@ -14,8 +14,13 @@
|
|||
config = {
|
||||
networking.networkmanager.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
# services.openvpn.servers = lib.mkIf config.mods.openvpn.enable {
|
||||
# remote.config = ''config ${config.mods.openvpn.config}'';
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
openvpn
|
||||
];
|
||||
|
||||
services.openvpn.servers = lib.mkIf config.mods.openvpn.enable {
|
||||
remote.config = ''config ${config.mods.openvpn.config}'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue