diff options
-rw-r--r-- | common/variables.nix | 2 | ||||
-rw-r--r-- | flake.nix | 2 |
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"; @@ -20,7 +20,7 @@ ... } @ inputs: let inherit (self) outputs; - myHostName = "homelab-nix"; + myHostName = "nixos-msi"; stevenUserName = "stvnliu"; in { # NixOS configuration entrypoint |