From e0606e1d6e1122ab19c8ac447a8d0d469b9745c9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 10 Nov 2025 01:34:59 -0500 Subject: [PATCH] auto commit on build hosts/blobercraft/alps.nix hosts/blobercraft/default.nix --- hosts/blobercraft/alps.nix | 3 --- hosts/blobercraft/default.nix | 1 - 2 files changed, 4 deletions(-) delete mode 100644 hosts/blobercraft/alps.nix diff --git a/hosts/blobercraft/alps.nix b/hosts/blobercraft/alps.nix deleted file mode 100644 index 6dcd71d..0000000 --- a/hosts/blobercraft/alps.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - services.alps.enable = true; -} diff --git a/hosts/blobercraft/default.nix b/hosts/blobercraft/default.nix index a4021c5..07474e3 100644 --- a/hosts/blobercraft/default.nix +++ b/hosts/blobercraft/default.nix @@ -6,7 +6,6 @@ ./minecraft.nix ./gatus.nix ./ai.nix - ./alps.nix ]; boot.loader.systemd-boot.enable = true;