diff --git a/nixos/flake.nix b/nixos/flake.nix index 752f75e..55e1843 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -93,7 +93,7 @@ }; in { nixosConfigurations.mainframe = mkNixosConfiguration { - hostname = "pw-mainframe"; + hostname = "mainframe-2"; username = "ironmagma"; args = { nixPkgs = import nixpkgs {inherit system overlays;};