This commit is contained in:
pazpi 2024-08-30 07:55:42 +02:00
parent 49c79ce951
commit 7744a46b76

View file

@ -8,6 +8,7 @@
}:
let
agenixOverlay = final: prev: { agenix = agenix.packages.${prev.system}.default; };
pkgs =
system:
import nixpkgs {
@ -15,6 +16,7 @@ let
overlays = [ agenixOverlay ];
config.allowUnfree = true;
};
myModule = {
imports = [
lix-module.nixosModules.default