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" ]; }; };