diff --git a/hosts/tsuki/services/default.nix b/hosts/tsuki/services/default.nix index 35eee40..e7e280b 100644 --- a/hosts/tsuki/services/default.nix +++ b/hosts/tsuki/services/default.nix @@ -1,7 +1,7 @@ {...}: { imports = [ ./restic.nix - # ./atticd.nix + ./atticd.nix ./hydroxide.nix ]; }