aboutsummaryrefslogtreecommitdiff
path: root/common/variables.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-08-12 09:47:21 +0800
committerZhongheng Liu <z.liu@outlook.com.gr>2024-08-12 09:47:21 +0800
commit70a3ea5d3dac24e0db8adee2edc185d8566cb020 (patch)
treed53ba68d3e658c8d12ab05082d9b81eae01b84fb /common/variables.nix
parent956c555c6fbb6fb5a042871cd0a7606e7f6a3a5c (diff)
downloadnixos-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.nix2
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";