summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
-rw-r--r--machines/zenbook/configuration.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 75520e2..cea91d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -188,7 +188,7 @@
nixosConfigurations = {
- nixos-zenbook = nixpkgs.lib.nixosSystem {
+ zenbook = nixpkgs.lib.nixosSystem {
# inherit system;
modules = [
./machines/zenbook/configuration.nix
diff --git a/machines/zenbook/configuration.nix b/machines/zenbook/configuration.nix
index e925bcb..51498e9 100644
--- a/machines/zenbook/configuration.nix
+++ b/machines/zenbook/configuration.nix
@@ -38,7 +38,7 @@
# Or disable the firewall altogether.
# enable = false;
};
- hostName = "nixos-zenbook";
+ hostName = "zenbook";
# Pick only one of the below networking options.
# wireless.enable = true; # Enables wireless support via wpa_supplicant.
networkmanager.enable = true; # Easiest to use and most distros use this by default.