feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-30 17:17:51 +05:30
parent cdb7fbfe13
commit a48aba7824
8 changed files with 36 additions and 60 deletions

View File

@@ -5,9 +5,7 @@
./tailscale.nix
./autossh.nix
./colima.nix
# ./homeassistant.nix
# ./zerotier.nix
# ./jellyfin.nix
# ./aerospace.nix
];
}

View File

@@ -1,13 +0,0 @@
{...}: {
imports = [../../../modules/macos/jellyfin.nix];
# services = {
# jellyfin = {
# enable = true;
# };
# # caddy = {
# # virtualHosts."media.darksailor.dev".extraConfig = ''
# # reverse_proxy localhost:8096
# # '';
# # };
# };
}