summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-08-02 07:24:03 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-08-02 07:24:03 +0200
commit4724c67183b5494bf0be6111a1abd164a219f67b (patch)
treebd2a4e5ccce32738ad1bb1a4eeffa66ae1f1643e /hosts
parent18706c838d28215bf83e718cc5922ce3fd848e3b (diff)
updates
Diffstat (limited to 'hosts')
-rw-r--r--hosts/workstation/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix
index b1315e6..c06be78 100644
--- a/hosts/workstation/default.nix
+++ b/hosts/workstation/default.nix
@@ -69,6 +69,11 @@
autoStart = true;
openInWindow = false;
};
+ jellyfin = {
+ url = "https://jellyfin.nathanreiner.xyz";
+ autoStart = true;
+ openInWindow = false;
+ };
};
usbauth = {
@@ -99,6 +104,7 @@
enable = true;
allowedBridges = [ "br0" ];
};
+ waydroid.enable = true;
};
system.stateVersion = "24.05";