From 14d08d6d70cb82e7078c70cd5421416b6143501e Mon Sep 17 00:00:00 2001 From: William Date: Tue, 21 Oct 2025 17:21:14 -0300 Subject: [PATCH] specify server hosts --- nixosConfigurations.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixosConfigurations.nix b/nixosConfigurations.nix index 16433bd..9a0a09d 100644 --- a/nixosConfigurations.nix +++ b/nixosConfigurations.nix @@ -36,6 +36,7 @@ in alexandria = mkHost { hostname = "alexandria"; tags = [ + # "server" TODO: uncomment when 25.11 is out. "fwupd" "podman" ]; @@ -45,6 +46,7 @@ in hostname = "trantor"; system = "aarch64-linux"; tags = [ + "server" ]; }; };