mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
Merge branch 'main' of github.com:alyssadev/nixos
This commit is contained in:
commit
806f8c6087
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@
|
|||
services.openvpn.servers = {
|
||||
server = { config = '' config /home/aly/.secrets/server.ovpn ''; };
|
||||
};
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"* * * * * /mnt/storage/media/randomintro.sh"
|
||||
];
|
||||
};
|
||||
system.stateVersion = "25.05";
|
||||
virtualisation.hypervGuest.enable = true;
|
||||
virtualisation.docker = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue