This commit is contained in:
alydev 2025-09-25 17:52:02 +10:00
parent 8a49a3e57b
commit 731564a97d

View file

@ -1,5 +1,8 @@
({ config, pkgs, agenix, ... }: { ({ config, pkgs, agenix, ... }: {
networking.hostName = "aly-server"; networking.hostName = "aly-server";
services.openvpn.servers = {
server = { config = '' config /home/aly/.secrets/server.ovpn ''; };
};
system.stateVersion = "25.05"; system.stateVersion = "25.05";
virtualisation.hypervGuest.enable = true; virtualisation.hypervGuest.enable = true;
virtualisation.docker = { virtualisation.docker = {