Skip to content

Commit

Permalink
hosts: alpha -> germanium
Browse files Browse the repository at this point in the history
New VPS from hetzner
  • Loading branch information
fufexan committed Sep 15, 2024
1 parent 497aab5 commit 0220dc0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
inherit (inputs.nixpkgs.lib) nixosSystem;
in {
flake.nixosConfigurations = {
alpha = nixosSystem {
germanium = nixosSystem {
modules =
[
./alpha
./germanium
../modules/vaultwarden.nix
../modules/website.nix
]
Expand Down
2 changes: 1 addition & 1 deletion hosts/alpha/default.nix → hosts/germanium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ./minecraft.nix
];

networking.hostName = "alpha";
networking.hostName = "germanium";

services.getty.autologinUser = "root";
}
2 changes: 1 addition & 1 deletion hosts/alpha/hardware.nix → hosts/germanium/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
};
};

nixpkgs.hostPlatform = "aarch64-linux";
nixpkgs.hostPlatform = "x86_64-linux";

boot = {
loader = {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0220dc0

Please sign in to comment.