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
|
||||
config = rec {
|
||||
myUserName = "stvnliu";
|
||||
myHostName = "homelab-nix";
|
||||
myHostName = "nixos-msi";
|
||||
displayScale = 2;
|
||||
myWallPaperPathString = "/home/${myUserName}/wallpaper.png";
|
||||
myDisplayName = "Zhongheng Liu";
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
myHostName = "homelab-nix";
|
||||
myHostName = "nixos-msi";
|
||||
stevenUserName = "stvnliu";
|
||||
in {
|
||||
# NixOS configuration entrypoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue