format
This commit is contained in:
parent
49c79ce951
commit
7744a46b76
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue