diff --git a/flake.nix b/flake.nix index e553498..901913c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; + agenix.url = "github:ryantm/agenix"; }; outputs = { self, nixpkgs, home-manager, ... }: { @@ -19,6 +20,7 @@ system = "x86_64-linux"; modules = [ ./hosts/snowbelle/configuration.nix + agenix.nixosModules.default home-manager.nixosModules.home-manager { home-manager = { @@ -34,6 +36,7 @@ system = "x86_64-linux"; modules = [ ./hosts/vaniville/configuration.nix + agenix.nixosModules.default home-manager.nixosModules.home-manager { home-manager = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 318abf1..e67d792 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -7,7 +7,6 @@ ../../users/users.nix ../../modules/system/system.nix ../../modules/homelab/homelab.nix - ../../modules/homelab/docker/dockers.nix ]; modules = { diff --git a/hosts/vaniville/configuration.nix b/hosts/vaniville/configuration.nix index 7887046..8c69e68 100644 --- a/hosts/vaniville/configuration.nix +++ b/hosts/vaniville/configuration.nix @@ -6,7 +6,6 @@ ./hardware-configuration.nix ../../users/blake/blake.nix ../../modules/system/system.nix - ../../modules/homelab/dockers/ddns.nix ]; modules = {