diff options
| author | seth <[email protected]> | 2023-12-13 22:06:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-14 03:34:54 -0500 |
| commit | 78a344c27ded577693734ed733a57cfd582700a3 (patch) | |
| tree | 2679c6b33073c70c6f33a66f5ef3955fefe64bff /systems/default.nix | |
| parent | 974decdfa3449f47892532f9ac728275fb9fa2df (diff) | |
tree-wide: back to attic & gha again
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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; }; |
