Direnv and allow unfree

This commit is contained in:
pazpi 2025-09-29 18:30:30 +02:00
parent c2eb0ec788
commit 8e2b3e3a28
6 changed files with 24 additions and 16 deletions

View file

@ -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