diff --git a/modules/services/attic.nix b/modules/services/attic.nix index f85b22c..8d61f65 100644 --- a/modules/services/attic.nix +++ b/modules/services/attic.nix @@ -26,11 +26,11 @@ "wallfacer" ]; jwt = { }; - storage = { - type = "local"; - # path = "/data/atreus/attic"; - # there is an issue - }; + # storage = { + # type = "local"; + # # path = "/data/atreus/attic"; + # # there is an issue + # }; }; }; networking.firewall.allowedTCPPorts = [ 5000 ];