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

View file

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