aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-25 11:49:29 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-25 11:49:29 -0600
commit6f9b285bdb935fbab99978307034c7458ddc9d09 (patch)
treeeabc76d2194de6959ab5d77e13dbc44cbaac26e7 /hosts/ganymede/config.nix
parent87763bcc7d13e92b96c5743507795fba4444eabe (diff)
asdf
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index 6fa3bd1..2a0293c 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -17,16 +17,14 @@
services = {
networking = {
enable = true;
- networkmanager.enable = true;
- };
-
- audio = {
- enable = true;
- pulse.enable = true;
+ iwd.enable = true;
+ tailscale.enable = true;
+ sshd.enable = true;
};
selfhost = {
- navidrome.enable = true;
+ adguard.enable = true;
+ caddy.enable = true;
};
};
};