diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-12-17 20:35:36 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-12-17 20:35:36 +0300 |
commit | 313e18cb6119d4b03580d8d34fbec0c78bca872c (patch) | |
tree | 7d3f9583af9422c80fe20ae1dd1747e6b2c9b9a5 /darwinConfigurations/mairon | |
parent | 2022-12-17 (diff) |
2022-12-17
Diffstat (limited to '')
-rw-r--r-- | darwinConfigurations/mairon/default.nix | 2 |
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. }; } |