change hostname
This commit is contained in:
parent
ad6be27f7c
commit
45f4cdc920
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
};
|
||||
in {
|
||||
nixosConfigurations.mainframe = mkNixosConfiguration {
|
||||
hostname = "pw-mainframe";
|
||||
hostname = "mainframe-2";
|
||||
username = "ironmagma";
|
||||
args = {
|
||||
nixPkgs = import nixpkgs {inherit system overlays;};
|
||||
|
|
|
|||
Loading…
Reference in a new issue