summaryrefslogtreecommitdiff
path: root/systems/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-10 07:05:50 -0500
committerseth <[email protected]>2023-12-10 07:05:50 -0500
commit90411b997c347ec133c3e61b0d1f2c8682e994c1 (patch)
tree686c3c50abbcfbe2447ce2bdef626fbff6aa5dbb /systems/default.nix
parent173a5800f441aac8d27ea39b284d8e51e517df4b (diff)
atlas: start hosting attic
Diffstat (limited to 'systems/default.nix')
-rw-r--r--systems/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/default.nix b/systems/default.nix
index 023dc59..e44b096 100644
--- a/systems/default.nix
+++ b/systems/default.nix
@@ -62,6 +62,7 @@ in {
modules =
[
inputs.teawiebot.nixosModules.default
+ inputs.attic.nixosModules.atticd
]
++ server;
};