add back in test.service

This commit is contained in:
2025-06-12 18:14:25 -05:00
parent 41eb3bb936
commit bcc098cb10
2 changed files with 11 additions and 11 deletions
+8 -8
View File
@@ -65,14 +65,14 @@
}; };
# Declare test service manually # Declare test service manually
#services.tests-service = { services.tests-service = {
# enable = true; enable = true;
#port = 8080; port = 8080;
#default-nginx = { default-nginx = {
# enable = true; enable = true;
#hostname = "test.roypository.com"; hostname = "test.roypository.com";
#}; };
#}; };
# Declare minio service manually # Declare minio service manually
+3 -3
View File
@@ -20,11 +20,11 @@
# This is a path to the services I've declared. # This is a path to the services I've declared.
# It just happens to be stored in the same repository (relative), # It just happens to be stored in the same repository (relative),
# but could well be a separate repository # but could well be a separate repository
# tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1"; tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1";
# minio-service.url = "path:../homelab-services/minio-service"; # minio-service.url = "path:../homelab-services/minio-service";
}; };
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence }@inputs: outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service }@inputs:
let let
nodes = [ nodes = [
{ {
@@ -52,7 +52,7 @@
quasiSecrets.nixosModules.ipAddrs quasiSecrets.nixosModules.ipAddrs
quasiSecrets.nixosModules.serviceList quasiSecrets.nixosModules.serviceList
impermanence.nixosModules.impermanence impermanence.nixosModules.impermanence
# tests-service.nixosModules.default tests-service.nixosModules.default
# minio-service.nixosModules.default # minio-service.nixosModules.default
home-manager.nixosModules.home-manager { home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;