mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
8a49a3e57b
commit
731564a97d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
({ config, pkgs, agenix, ... }: {
|
||||
networking.hostName = "aly-server";
|
||||
services.openvpn.servers = {
|
||||
server = { config = '' config /home/aly/.secrets/server.ovpn ''; };
|
||||
};
|
||||
system.stateVersion = "25.05";
|
||||
virtualisation.hypervGuest.enable = true;
|
||||
virtualisation.docker = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue