Skip to content

Commit

Permalink
fix: chaotic
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 29, 2024
1 parent 5f82a88 commit 4eb5e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
nixosConfigurations = {
"bkp1.nwk2.rabbito.tech" = lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
modules = [ ./nixos/hosts/bkp1.nwk2.rabbito.tech ];
modules = [
./nixos/hosts/bkp1.nwk2.rabbito.tech
chaotic.nixosModules.default
];
};
"octo.nwk3.rabbito.tech" = lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
Expand Down

0 comments on commit 4eb5e8d

Please sign in to comment.