Skip to content

Commit

Permalink
revert: remove agenix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg committed Jul 15, 2024
1 parent 0db4f54 commit 0d86b33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
inherit system;
modules = [(
import ./hosts/desktop
agenix.nixosModules.default
)];
specialArgs = { host="desktop"; inherit self inputs username ; };
};
Expand All @@ -79,15 +78,13 @@
inherit system;
modules = [(
import ./hosts/vm
agenix.nixosModules.default
)];
specialArgs = { host="vm"; inherit self inputs username ; };
};
server = nixpkgs.lib.nixosSystem {
inherit system;
modules = [(
import ./hosts/server
# agenix.nixosModules.default
)];
specialArgs = { host="server"; inherit self inputs username ; };
};
Expand Down

0 comments on commit 0d86b33

Please sign in to comment.