flake: some agenix fixes
This commit is contained in:
parent
807070c755
commit
437e0b7194
@ -29,7 +29,7 @@ in
|
|||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
|
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
|
||||||
modules = [
|
modules = [
|
||||||
agenix.nixosModules.age
|
agenix.nixosModule
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
#hyprland.nixosModules.default
|
#hyprland.nixosModules.default
|
||||||
./desktop
|
./desktop
|
||||||
@ -57,7 +57,7 @@ in
|
|||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
|
specialArgs = { inherit inputs user location hyprland nixos-hardware nur agenix; };
|
||||||
modules = [
|
modules = [
|
||||||
agenix.nixosModules.age
|
agenix.nixosModule
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
#hyprland.nixosModules.default
|
#hyprland.nixosModules.default
|
||||||
./laptop
|
./laptop
|
||||||
@ -85,7 +85,7 @@ in
|
|||||||
#user = "dmz-user";
|
#user = "dmz-user";
|
||||||
specialArgs = { inherit inputs user location nixos-hardware nur agenix; };
|
specialArgs = { inherit inputs user location nixos-hardware nur agenix; };
|
||||||
modules = [
|
modules = [
|
||||||
agenix.nixosModules.age
|
agenix.nixosModule
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
./server
|
./server
|
||||||
./configuration_server.nix
|
./configuration_server.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user