Remove extra services from Genesis

Remove ACME from Geneis, since I don't use it
Remove Uptime Kuma since I also don't use it

Fixes #6
This commit is contained in:
Greg Hellings
2025-05-21 22:55:59 -05:00
parent ffd2dd78bc
commit 635ff2926a
2 changed files with 0 additions and 92 deletions
-17
View File
@@ -7,12 +7,10 @@
let
dashy_port = "8080";
speedtest_port = "19472";
uptime_kuma_port = "4000";
in
{
imports = [
# Include the results of the hardware scan.
./acme.nix
./hardware-configuration.nix
./home-assistant.nix
./networking.nix
@@ -25,7 +23,6 @@ in
"speed.home".target = "http://localhost:${speedtest_port}";
"speedtest.thehellings.lan".target = "http://localhost:${speedtest_port}";
"dashy.home".target = "http://localhost:${dashy_port}";
"uptime.home".target = "http://localhost:${uptime_kuma_port}";
};
};
@@ -36,14 +33,6 @@ in
useOSProber = true;
};
#boot.loader = {
# systemd-boot.enable = true;
# efi = {
# canTouchEfiVariables = true;
# efiSysMountPoint = "/boot/efi";
# };
#};
environment.systemPackages = with pkgs; [
awscli2
create_ssl
@@ -139,12 +128,6 @@ in
];
};
};
uptime-kuma = {
enable = true;
settings = {
PORT = uptime_kuma_port;
};
};
};
virtualisation.oci-containers.containers = {