Add self to input, need to build base-lxc with infra-core keys
This commit is contained in:
parent
28b0ce3b2f
commit
991b9d4b4f
1 changed files with 15 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
agenix,
|
||||
home-manager,
|
||||
lix-module,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -63,6 +64,9 @@ in
|
|||
./base-lxc.nix
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
specialArgs = {
|
||||
inherit self;
|
||||
};
|
||||
};
|
||||
|
||||
arr = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -109,4 +113,15 @@ in
|
|||
# specialArgs = { };
|
||||
};
|
||||
|
||||
vaultwarden = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
myModule
|
||||
proxmoxModule
|
||||
./nextcloud
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
# specialArgs = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue