Direnv and allow unfree
This commit is contained in:
parent
c2eb0ec788
commit
8e2b3e3a28
6 changed files with 24 additions and 16 deletions
|
|
@ -67,18 +67,18 @@ in
|
|||
# # specialArgs = { };
|
||||
# };
|
||||
|
||||
baseLXC = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
nodeBaseModules
|
||||
proxmoxModule
|
||||
./base-lxc.nix
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
specialArgs = {
|
||||
inherit self;
|
||||
};
|
||||
};
|
||||
# baseLXC = nixpkgs.lib.nixosSystem {
|
||||
# pkgs = pkgs "x86_64-linux";
|
||||
# modules = [
|
||||
# nodeBaseModules
|
||||
# proxmoxModule
|
||||
# ./base-lxc.nix
|
||||
# agenix.nixosModules.default
|
||||
# ];
|
||||
# specialArgs = {
|
||||
# inherit self;
|
||||
# };
|
||||
# };
|
||||
|
||||
arr = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
|
|
@ -157,7 +157,7 @@ in
|
|||
# specialArgs = { };
|
||||
};
|
||||
|
||||
authentik = nixpkgs.lib.nixosSystem {
|
||||
authentik = nixpkgs-unstable.lib.nixosSystem {
|
||||
pkgs = pkgs-unstable "x86_64-linux";
|
||||
modules = [
|
||||
nodeBaseModules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue