From 679aae201ca150ad4cf3ffa0776210ab67eadaec Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 9 Dec 2023 22:43:30 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5f57f79e..0113196a 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ nixos-vm-01 = libx.deploy { hostname = "nixos-vm-01"; }; # Physical framework-server = libx.deploy { hostname = "framework-server"; }; - nixos-desktop = libx.deploy { hostname = "nixos-desktop"; }; + # nixos-desktop = libx.deploy { hostname = "nixos-desktop"; }; nixos-framework = libx.deploy { hostname = "nixos-framework "; }; nixos-rpi4-01 = libx.deploy { hostname = "nixos-rpi4-01"; platform = "aarch64-linux"; }; nixos-rpi4-02 = libx.deploy { hostname = "nixos-rpi4-02"; platform = "aarch64-linux"; };