hosts: blacksteel -> pek0
This commit is contained in:
parent
7c0764a270
commit
5bf6e5f576
15 changed files with 7 additions and 6 deletions
|
@ -151,8 +151,8 @@
|
|||
deployment.targetHost = "tyo0.ny4.dev";
|
||||
};
|
||||
|
||||
"blacksteel" = {
|
||||
imports = [ ./hosts/blacksteel ];
|
||||
"pek0" = {
|
||||
imports = [ ./hosts/pek0 ];
|
||||
deployment.targetHost = "blacksteel"; # thru tailscale
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,8 +11,10 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
"blacksteel" = serverConfig;
|
||||
"tyo0.ny4.dev" = serverConfig;
|
||||
"pek0.ny4.dev" = serverConfig // {
|
||||
hostname = "blacksteel";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
networking.hostName = "blacksteel";
|
||||
networking.hostName = "pek0";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
######## Secrets
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
### misc
|
||||
programs.prettier.enable = true;
|
||||
settings.formatter.prettier.excludes = [
|
||||
"hosts/blacksteel/secrets.yaml"
|
||||
"hosts/pek0/secrets.yaml"
|
||||
"hosts/tyo0/secrets.yaml"
|
||||
"nixos/profiles/sing-box/secrets.yaml"
|
||||
"nixos/profiles/wireless/secrets.yaml"
|
||||
|
|
Loading…
Reference in a new issue