diff --git a/TODO.md b/TODO.md index 7876d9a9..38607706 100644 --- a/TODO.md +++ b/TODO.md @@ -6,3 +6,4 @@ - [ ] home-manager - [ ] Migrate over koishi configs - [ ] Contemplate the use of a different DE +- [ ] Contemplate migration to Pulumi instead of tf-nix / Terraform diff --git a/default.nix b/default.nix index 15d2fb16..5249915a 100644 --- a/default.nix +++ b/default.nix @@ -1,4 +1,4 @@ -{ nixpkgs, darwin, home-manager, scalpel ... }@inputs: let +{ nixpkgs, darwin, home-manager, ragenix, scalpel, ... }@inputs: let tree = (inputs.tree.tree { inherit inputs; folder = ./.; @@ -26,7 +26,7 @@ in { system = "x86_64-linux"; modules = [ home-manager.nixosModules.home-manager - agenix.nixosModule + ragenix.nixosModule path ]; } ) tree.nixos.systems in mapAttrs (_: sys: sys.extendModules {