aboutsummaryrefslogtreecommitdiff
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
parent956c555c6fbb6fb5a042871cd0a7606e7f6a3a5c (diff)
downloadnixos-configuration-70a3ea5d3dac24e0db8adee2edc185d8566cb020.tar.gz
nixos-configuration-70a3ea5d3dac24e0db8adee2edc185d8566cb020.tar.bz2
nixos-configuration-70a3ea5d3dac24e0db8adee2edc185d8566cb020.zip
chore: update hostname to reflect machine type
-rw-r--r--common/variables.nix2
-rw-r--r--flake.nix2
2 files changed, 2 insertions, 2 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";
diff --git a/flake.nix b/flake.nix
index a08072b..d9c0ca2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,7 @@
...
} @ inputs: let
inherit (self) outputs;
- myHostName = "homelab-nix";
+ myHostName = "nixos-msi";
stevenUserName = "stvnliu";
in {
# NixOS configuration entrypoint