diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-12 09:47:21 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-12 09:47:21 +0800 |
commit | 70a3ea5d3dac24e0db8adee2edc185d8566cb020 (patch) | |
tree | d53ba68d3e658c8d12ab05082d9b81eae01b84fb /common/variables.nix | |
parent | 956c555c6fbb6fb5a042871cd0a7606e7f6a3a5c (diff) | |
download | nixos-configuration-70a3ea5d3dac24e0db8adee2edc185d8566cb020.tar.gz nixos-configuration-70a3ea5d3dac24e0db8adee2edc185d8566cb020.tar.bz2 nixos-configuration-70a3ea5d3dac24e0db8adee2edc185d8566cb020.zip |
chore: update hostname to reflect machine type
Diffstat (limited to 'common/variables.nix')
-rw-r--r-- | common/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/variables.nix b/common/variables.nix index b3a062b..a6a0db4 100644 --- a/common/variables.nix +++ b/common/variables.nix @@ -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"; |