ctucx.git: nixfiles

ctucx' nixfiles

commit 05e8d52145606192f62ca235e1bf5bd06e87ff2f
parent 33fc427973aeb82f815e7ed0a786cf27a67a42a9
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 27 Mar 2025 15:30:25 +0100

flake/agenix: switch to branch with sysuser-support
1 file changed, 2 insertions(+), 1 deletion(-)
M
flake.nix
|
3
++-
diff --git a/flake.nix b/flake.nix
@@ -186,7 +186,8 @@
     homeManager.url = "github:nix-community/home-manager/release-24.11";
     homeManager.inputs.nixpkgs.follows = "nixpkgs";
 
-    agenix.url = "github:ryantm/agenix";
+    # agenix.url = "github:ryantm/agenix";
+    agenix.url = "github:oluceps/agenix/with-sysuser";
     agenix.inputs.nixpkgs.follows      = "nixpkgs";
     agenix.inputs.darwin.follows       = "nixDarwin";
     agenix.inputs.systems.follows      = "nixSystemsDefault";