From 5348af1751a06040d659a31345c2bb4c62f9837a Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 4 Apr 2026 16:09:43 -0500 Subject: [PATCH] tests-service deleted --- nixos/configuration.nix | 11 ----------- nixos/flake.nix | 3 --- 2 files changed, 14 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 2900c35..5c64c98 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -119,17 +119,6 @@ in }; }; - # Declare test service manually - services.tests-service = { - enable = true; - port = 8080; - credentialsFile = config.sops.secrets."tests-service".path; - default-nginx = { - enable = true; - hostname = "test.roypository.com"; - }; - }; - services.minio-service = { enable = true; diff --git a/nixos/flake.nix b/nixos/flake.nix index 234c5c9..92a5455 100755 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -28,7 +28,6 @@ # This is a path to the services I've declared. # It just happens to be stored in the same repository (relative), # but could well be a separate repository - tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1"; minio-service.url = "path:../homelab-services/minio-service"; mc-service.url = "path:../homelab-services/mc-service"; postgresql-db.url = "path:../homelab-services/postgresql-db"; @@ -45,7 +44,6 @@ quasiSecrets, impermanence, firefox-addons, - tests-service, minio-service, mc-service, postgresql-db, @@ -79,7 +77,6 @@ quasiSecrets.nixosModules.ipAddrs quasiSecrets.nixosModules.serviceList impermanence.nixosModules.impermanence - tests-service.nixosModules.default minio-service.nixosModules.minio-service mc-service.nixosModules.mc-service postgresql-db.nixosModules.postgresql-db