feat: disable obsidian livesync

This commit is contained in:
Nydragon 2024-10-02 19:06:34 +02:00
parent 2cb2e0fa71
commit 9e4b703286
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 0 additions and 3 deletions

View file

@ -16,7 +16,6 @@ in
./container-root.nix ./container-root.nix
./rustypaste ./rustypaste
./forgejo ./forgejo
./obsidian-livesync
./headscale.nix ./headscale.nix
../../modules ../../modules
]; ];
@ -36,7 +35,6 @@ in
allowedTCPPorts = [ allowedTCPPorts = [
80 # for acme challenges 80 # for acme challenges
443 443
5984 # couchdb
3000 # forgejo 3000 # forgejo
8000 # rustypaste 8000 # rustypaste
] ++ config.services.openssh.ports ++ [ config.services.endlessh.port ]; ] ++ config.services.openssh.ports ++ [ config.services.endlessh.port ];

View file

@ -36,7 +36,6 @@ in
options = mkOption { options = mkOption {
default = [ default = [
"x-systemd.automount" "x-systemd.automount"
"noauto"
"ro" "ro"
]; ];
type = listOf nonEmptyStr; type = listOf nonEmptyStr;