From e2f7050687daf9c739e19b806ea2d1566d338636 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:40:13 +0200 Subject: [PATCH] fix: remove jellyfish --- hosts/thegeneralist-central-mbp/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thegeneralist-central-mbp/configuration.nix b/hosts/thegeneralist-central-mbp/configuration.nix index 260df04..88615ef 100644 --- a/hosts/thegeneralist-central-mbp/configuration.nix +++ b/hosts/thegeneralist-central-mbp/configuration.nix @@ -5,7 +5,7 @@ { self, config, pkgs, lib, inputs, ... }: { - imports = [ ./hardware-configuration.nix ./jellyfin.nix ]; + imports = [ ./hardware-configuration.nix ]; users.knownUsers = [ "central"