feat: disable obsidian livesync
This commit is contained in:
parent
2cb2e0fa71
commit
9e4b703286
2 changed files with 0 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
|
@ -36,7 +36,6 @@ in
|
|||
options = mkOption {
|
||||
default = [
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
"ro"
|
||||
];
|
||||
type = listOf nonEmptyStr;
|
||||
|
|
Loading…
Add table
Reference in a new issue