From becf535eaf3bf13ff7d8550fa930b8f7e9f0ad74 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 13:42:03 +0900 Subject: [PATCH] Testing --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index eb0dd3a7..67c71c34 100644 --- a/flake.nix +++ b/flake.nix @@ -94,6 +94,7 @@ piaware-rpi4 = libx.deploy { hostname = "piaware-rpi4"; system = "aarch64-linux"; }; # quitman-rpi4 = libx.deploy { hostname = "quitman-rpi4"; system = "aarch64-linux"; }; bakersfield-rpi4 = libx.deploy { hostname = "bakersfield-rpi4"; system = "aarch64-linux"; }; + steamdeck = self.nixosConfigurations.steamdeck; }; imageConfigurations = { nixos-linode-img = libx.mkMinImage { hostname = "nixos-linode-img"; format = "linode"; };