From 333ad02a2696e5bc105e4ba231168b01c0d0e0fc Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 22 Dec 2023 18:32:30 -0500 Subject: [PATCH] blueberry: unbreak it first --- nixos/hosts/blueberry/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/blueberry/default.nix b/nixos/hosts/blueberry/default.nix index 3b87f7a..df1cfbb 100644 --- a/nixos/hosts/blueberry/default.nix +++ b/nixos/hosts/blueberry/default.nix @@ -6,7 +6,7 @@ ../../features/systemd-boot.nix ../../features/podman.nix - ../../stacks/ps2.live + #../../stacks/ps2.live ]; networking.hostName = "blueberry";