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
./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 ];

View file

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