From 2540d04d2b2b8733e3ea931dbe862134391c00f0 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 2 Dec 2022 02:11:08 +0100 Subject: [PATCH] fix: agenix, lack of comma separator between scalpel and ... --- TODO.md | 1 + default.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 {