format
This commit is contained in:
parent
49c79ce951
commit
7744a46b76
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
agenixOverlay = final: prev: { agenix = agenix.packages.${prev.system}.default; };
|
agenixOverlay = final: prev: { agenix = agenix.packages.${prev.system}.default; };
|
||||||
|
|
||||||
pkgs =
|
pkgs =
|
||||||
system:
|
system:
|
||||||
import nixpkgs {
|
import nixpkgs {
|
||||||
|
|
@ -15,6 +16,7 @@ let
|
||||||
overlays = [ agenixOverlay ];
|
overlays = [ agenixOverlay ];
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
myModule = {
|
myModule = {
|
||||||
imports = [
|
imports = [
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue