hosts: add agenix module
This commit is contained in:
parent
099101082c
commit
cc4a25e83d
@ -29,6 +29,7 @@ in
|
|||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit inputs user location hyprland nixos-hardware nur; };
|
specialArgs = { inherit inputs user location hyprland nixos-hardware nur; };
|
||||||
modules = [
|
modules = [
|
||||||
|
agenix.nixosModules.age
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
#hyprland.nixosModules.default
|
#hyprland.nixosModules.default
|
||||||
./desktop
|
./desktop
|
||||||
@ -56,6 +57,7 @@ in
|
|||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit inputs user location hyprland nixos-hardware nur; };
|
specialArgs = { inherit inputs user location hyprland nixos-hardware nur; };
|
||||||
modules = [
|
modules = [
|
||||||
|
agenix.nixosModules.age
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
#hyprland.nixosModules.default
|
#hyprland.nixosModules.default
|
||||||
./laptop
|
./laptop
|
||||||
@ -83,6 +85,7 @@ in
|
|||||||
#user = "dmz-user";
|
#user = "dmz-user";
|
||||||
specialArgs = { inherit inputs user location nixos-hardware nur; };
|
specialArgs = { inherit inputs user location nixos-hardware nur; };
|
||||||
modules = [
|
modules = [
|
||||||
|
agenix.nixosModules.age
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
./server
|
./server
|
||||||
./configuration_server.nix
|
./configuration_server.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user