Skip to content

Commit

Permalink
hosts/mirai-nixos: renamed from mirai-vps
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 28, 2023
1 parent bf8c503 commit b499a1c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/constants.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
nixos.hostnames = [
"hachune-nixos"
"miku-nixos"
"mirai-vps"
"mirai-nixos"
"sankyuu-nixos"
];
}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
# NixOS configs
(mkNixOSConfig { hostname = "hachune-nixos"; })
(mkNixOSConfig { hostname = "miku-nixos"; })
(mkNixOSConfig { hostname = "mirai-vps"; })
(mkNixOSConfig { hostname = "mirai-nixos"; })
(mkNixOSConfig { hostname = "sankyuu-nixos"; })
(mkNixOSConfig { hostname = "zatsune-nixos"; })
(mkNixOSConfig { hostname = "zachune-nixos"; })
Expand Down
4 changes: 2 additions & 2 deletions hosts/mirai-vps/default.nix → hosts/mirai-nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
tailscale.enable = true;
duckdns-updater = {
enable = true;
domain = "mirai-vps.duckdns.org";
domain = "mirai-nixos.duckdns.org";
onCalendar = "daily"; # fixed IP, mostly for health checking
certs = {
enable = true;
Expand Down Expand Up @@ -58,5 +58,5 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";

networking.hostName = "mirai-vps";
networking.hostName = "mirai-nixos";
}
File renamed without changes.
File renamed without changes.

0 comments on commit b499a1c

Please sign in to comment.