about summary refs log tree commit diff
path: root/darwinConfigurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-12-17 20:35:36 +0300
committerAzat Bahawi <azat@bahawi.net>2022-12-17 20:35:36 +0300
commit313e18cb6119d4b03580d8d34fbec0c78bca872c (patch)
tree7d3f9583af9422c80fe20ae1dd1747e6b2c9b9a5 /darwinConfigurations
parent2022-12-17 (diff)
2022-12-17
Diffstat (limited to '')
-rw-r--r--darwinConfigurations/mairon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwinConfigurations/mairon/default.nix b/darwinConfigurations/mairon/default.nix
index d574a08..86021c1 100644
--- a/darwinConfigurations/mairon/default.nix
+++ b/darwinConfigurations/mairon/default.nix
@@ -17,6 +17,6 @@ with lib; {
 
   networking = {
     computerName = mkForce this.hostname;
-    hostName = mkForce null;
+    hostName = mkForce null; # We don't want to override this.
   };
 }

Consider giving Nix/NixOS a try! <3