From a9937133d65b78c1a27a3251f97dc0cc5e60209d Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 4 Dec 2023 10:48:13 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 73b50174..440fd061 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ osaka-vultr-01 = libx.mkHost { hostname = "osaka-vultr-01"; type = "small";}; nixos-vm-01 = libx.mkHost { hostname = "nixos-vm-01"; }; # Physical - framework-server = libx.mkHost { hostname = "framework-server"; desktop = "gnome"; gpu = "intel"; }; + framework-server = libx.mkHost { hostname = "framework-server"; /*desktop = "gnome"; gpu = "intel";*/ }; nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; desktop = "gnome"; gpu = "nvidia"; }; nixos-framework = libx.mkHost { hostname = "nixos-framework"; desktop = "hyprland"; gpu = "amd"; theme = "green"; }; nixos-rpi4-01 = libx.mkHost { hostname = "nixos-rpi4-01"; platform = "aarch64-linux"; };