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 {
|
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;};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue