change hostname

This commit is contained in:
Philip Peterson 2026-05-05 00:11:02 -08:00
parent ad6be27f7c
commit 45f4cdc920

View file

@ -93,7 +93,7 @@
};
in {
nixosConfigurations.mainframe = mkNixosConfiguration {
hostname = "pw-mainframe";
hostname = "mainframe-2";
username = "ironmagma";
args = {
nixPkgs = import nixpkgs {inherit system overlays;};