From 70a3ea5d3dac24e0db8adee2edc185d8566cb020 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Mon, 12 Aug 2024 09:47:21 +0800 Subject: [PATCH] chore: update hostname to reflect machine type --- common/variables.nix | 2 +- 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"; 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