From d20489d34ccbda27f151b27670a8012a09b03500 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 26 Nov 2023 12:40:35 +0900 Subject: [PATCH] Small image for server --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fc09811c..24861d91 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"; }; + framework-server = libx.mkHost { hostname = "framework-server"; type = "small"; }; 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"; };