chore: update hostname to reflect machine type

This commit is contained in:
Zhongheng Liu 2024-08-12 09:47:21 +08:00
commit 70a3ea5d3d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View file

@ -20,7 +20,7 @@
...
} @ inputs: let
inherit (self) outputs;
myHostName = "homelab-nix";
myHostName = "nixos-msi";
stevenUserName = "stvnliu";
in {
# NixOS configuration entrypoint