From 40f1a72438875b21e8ce7de7601b07f7776bb2d3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 29 Jan 2025 01:15:42 +0000 Subject: [PATCH] lemp11: remove unused services The homelab services and programs have been moved to nixedo so can be removed from lemp11. --- nix/hosts/lemp11/configuration.nix | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/nix/hosts/lemp11/configuration.nix b/nix/hosts/lemp11/configuration.nix index 79485f5..a6f9ae0 100644 --- a/nix/hosts/lemp11/configuration.nix +++ b/nix/hosts/lemp11/configuration.nix @@ -1,9 +1,4 @@ -{ - inputs, - pkgs, - username, - ... -}: +{ inputs, pkgs, ... }: { imports = [ @@ -21,27 +16,6 @@ ../../users/luke ]; - features = { - cli = { - docker.enable = true; - }; - - desktop = { - autorandr.enable = true; - gaming.enable = true; - peek.enable = true; - }; - - homelab = { - gitea.enable = true; - immich.enable = true; - jellyfin.enable = true; - paperless.enable = true; - pihole.enable = true; - tubearchivist-container.enable = true; - }; - }; - nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; # Bootloader.