chore: update hostname to reflect machine type
This commit is contained in:
parent
956c555c6f
commit
70a3ea5d3d
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
# Default values for this configuration
|
# Default values for this configuration
|
||||||
config = rec {
|
config = rec {
|
||||||
myUserName = "stvnliu";
|
myUserName = "stvnliu";
|
||||||
myHostName = "homelab-nix";
|
myHostName = "nixos-msi";
|
||||||
displayScale = 2;
|
displayScale = 2;
|
||||||
myWallPaperPathString = "/home/${myUserName}/wallpaper.png";
|
myWallPaperPathString = "/home/${myUserName}/wallpaper.png";
|
||||||
myDisplayName = "Zhongheng Liu";
|
myDisplayName = "Zhongheng Liu";
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
myHostName = "homelab-nix";
|
myHostName = "nixos-msi";
|
||||||
stevenUserName = "stvnliu";
|
stevenUserName = "stvnliu";
|
||||||
in {
|
in {
|
||||||
# NixOS configuration entrypoint
|
# NixOS configuration entrypoint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue