update
Some checks are pending
/ Check (push) Waiting to run

This commit is contained in:
alydev 2025-10-13 13:48:12 +10:00
parent a4a26ac3a3
commit ad2ace1e99

View file

@ -12,6 +12,12 @@
services.openvpn.servers = { services.openvpn.servers = {
server = { config = '' config /home/aly/.secrets/server.ovpn ''; }; server = { config = '' config /home/aly/.secrets/server.ovpn ''; };
}; };
services.cron = {
enable = true;
systemCronJobs = [
"0 3 * * 0,2,4,6 /mnt/storage/media/randomintro.sh"
];
};
system.stateVersion = "25.05"; system.stateVersion = "25.05";
virtualisation.hypervGuest.enable = true; virtualisation.hypervGuest.enable = true;
virtualisation.docker = { virtualisation.docker = {