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.