diff --git a/hosts/raptus/configuration.nix b/hosts/raptus/configuration.nix index 0324290..42042ae 100644 --- a/hosts/raptus/configuration.nix +++ b/hosts/raptus/configuration.nix @@ -16,7 +16,6 @@ in ./container-root.nix ./rustypaste ./forgejo - ./obsidian-livesync ./headscale.nix ../../modules ]; @@ -36,7 +35,6 @@ in allowedTCPPorts = [ 80 # for acme challenges 443 - 5984 # couchdb 3000 # forgejo 8000 # rustypaste ] ++ config.services.openssh.ports ++ [ config.services.endlessh.port ]; diff --git a/options/server/navidrome.nix b/options/server/navidrome.nix index 6b421e1..6225fcf 100644 --- a/options/server/navidrome.nix +++ b/options/server/navidrome.nix @@ -36,7 +36,6 @@ in options = mkOption { default = [ "x-systemd.automount" - "noauto" "ro" ]; type = listOf nonEmptyStr;