diff --git a/flake.nix b/flake.nix index 7943f17..d2f901d 100644 --- a/flake.nix +++ b/flake.nix @@ -41,8 +41,12 @@ agenix.nixosModules.default ./hosts/lazyworkhorse/configuration.nix ./hosts/lazyworkhorse/hardware-configuration.nix - ./modules/default.nix + ./modules/nixos/filesystem/hoardingcow-mount.nix + ./modules/nixos/services/docker_manager.nix + ./modules/nixos/services/open_code_server.nix + ./modules/nixos/services/ollama_init_custom_models.nix ./users/gortium.nix + ./users/n8n-worker.nix ]; }; }; diff --git a/secrets/containers.env.age b/secrets/containers.env.age index 7b64239..0cc8ce1 100644 Binary files a/secrets/containers.env.age and b/secrets/containers.env.age differ diff --git a/secrets/lazyworkhorse_host_ssh_key.age b/secrets/lazyworkhorse_host_ssh_key.age index b91fe85..c378928 100644 Binary files a/secrets/lazyworkhorse_host_ssh_key.age and b/secrets/lazyworkhorse_host_ssh_key.age differ