From 78a344c27ded577693734ed733a57cfd582700a3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Dec 2023 22:06:24 -0500 Subject: tree-wide: back to attic & gha again --- systems/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'systems/default.nix') diff --git a/systems/default.nix b/systems/default.nix index de2f9e1..2c7eec4 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -65,9 +65,10 @@ in { atlas = { builder = inputs.nixpkgs-stable.lib.nixosSystem; system = "aarch64-linux"; - modules = + modules = with inputs; [ - inputs.teawiebot.nixosModules.default + teawiebot.nixosModules.default + attic.nixosModules.atticd ] ++ server; }; -- cgit v1.2.3