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 { in {
nixosConfigurations.mainframe = mkNixosConfiguration { nixosConfigurations.mainframe = mkNixosConfiguration {
hostname = "pw-mainframe"; hostname = "mainframe-2";
username = "ironmagma"; username = "ironmagma";
args = { args = {
nixPkgs = import nixpkgs {inherit system overlays;}; nixPkgs = import nixpkgs {inherit system overlays;};