mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
machines/*: enable vpn
This commit is contained in:
parent
ed03795561
commit
bb4e23bca1
3 changed files with 6 additions and 0 deletions
|
@ -155,5 +155,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
vpn = {
|
||||||
|
enable = true;
|
||||||
|
isMaster = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,5 +105,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
vpn.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,5 +16,6 @@ in
|
||||||
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||||
paths = [ "/" ];
|
paths = [ "/" ];
|
||||||
};
|
};
|
||||||
|
vpn.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue