aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-07-15 12:03:58 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-07-15 12:03:58 -0500
commitd2aecd69c17fa64305c07333686576152432993d (patch)
tree2f52c7808a6cbd57ef60284947d3728a38cfab34 /hosts/ganymede/config.nix
parentf5ef0cf848e65d4fea2be8dee7bc1c72ad67046f (diff)
changes.
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index 8150e14..0858106 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -9,6 +9,11 @@
};
"caddy-env".file = ./secrets/caddy-env.age;
+
+ "wireguard-privkey" = {
+ file = ./secrets/wg-privkey.age;
+ owner = "systemd-network";
+ };
};
terminal = {
@@ -84,6 +89,10 @@
enable = true;
privateUrl = "git.ganymede";
};
+ glance = {
+ enable = true;
+ port = 8081;
+ };
caddy = {
enable = true;