mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-21 08:59:28 +01:00
feat: new k3s cluster
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
{name, ...}: {
|
||||
deployment = {
|
||||
inherit targetUser;
|
||||
targetHost = name; # hostName or IP address
|
||||
targetHost = builtins.replaceStrings ["_"] ["-"] name; # hostName or IP address
|
||||
tags = host_tags;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user