openvpn-init

This commit is contained in:
andromeda
2026-01-12 09:07:47 +01:00
parent e78f3510af
commit 038a82e400
3 changed files with 31 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
noshell.url = "github:viperML/noshell";
spacebar-server.url = "github:spacebarchat/server";
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
auto-openvpn.url = "github:fin444/auto-openvpn.nix";
andromeda-nook.url = "git+https://git.mtgmonkey.net/Andromeda/nook";
blog.url = "git+https://git.mtgmonkey.net/Andromeda/blog";
jank-client.url = "git+https://git.mtgmonkey.net/Andromeda/jank-client-fork";
@@ -17,6 +18,7 @@
noshell,
spacebar-server,
simple-nixos-mailserver,
auto-openvpn,
andromeda-nook,
jank-client,
math-project,
@@ -32,6 +34,7 @@
inherit system;
inherit spacebar-server;
inherit simple-nixos-mailserver;
inherit auto-openvpn;
inherit math-project;
inherit andromeda-nook;
inherit blog;
@@ -50,6 +53,7 @@
./services/math-project.nix
./services/spacebar.nix
./services/translate.nix
./services/vpn.nix
jank-client.nixosModules.x86_64-linux.default
math-project.nixosModules.x86_64-linux.default