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
|
./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 ];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue