From f96267c8b1eda0b4b9b1e2eff1fd5cad8bb98403 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 12 Jun 2024 10:39:12 +0900 Subject: [PATCH] Re-add bakersfield-rpi4 to deployments --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f76c2f26..2d8c8cf9 100644 --- a/flake.nix +++ b/flake.nix @@ -93,8 +93,7 @@ # nuc-server = libx.deploy { hostname = "nuc-server"; }; backups-rpi4 = libx.deploy { hostname = "backups-rpi4"; system = "aarch64-linux"; }; piaware-rpi4 = libx.deploy { hostname = "piaware-rpi4"; system = "aarch64-linux"; }; - # TODO: RE-enable when delivered - # bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; }; + bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; }; # quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; }; }; imageConfigurations = {