From cc4a25e83de08aa71abab450d493ec9c2198406e Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 17 Dec 2022 20:11:02 +0100 Subject: [PATCH] hosts: add agenix module --- hosts/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 69d5adb..2ade62e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -29,6 +29,7 @@ in inherit system; specialArgs = { inherit inputs user location hyprland nixos-hardware nur; }; modules = [ + agenix.nixosModules.age nur.nixosModules.nur #hyprland.nixosModules.default ./desktop @@ -56,6 +57,7 @@ in inherit system; specialArgs = { inherit inputs user location hyprland nixos-hardware nur; }; modules = [ + agenix.nixosModules.age nur.nixosModules.nur #hyprland.nixosModules.default ./laptop @@ -83,6 +85,7 @@ in #user = "dmz-user"; specialArgs = { inherit inputs user location nixos-hardware nur; }; modules = [ + agenix.nixosModules.age nur.nixosModules.nur ./server ./configuration_server.nix