mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos: remove stray spaces
This commit is contained in:
parent
112e7c9a8e
commit
3aa1337a71
3 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ in
|
|||
host = mkOption {
|
||||
type = types.str;
|
||||
description = mdDoc "External host name";
|
||||
defaultText = lib.literalExpression "config.networking.domain or config.networking.hostName ";
|
||||
defaultText = lib.literalExpression "config.networking.domain or config.networking.hostName";
|
||||
default =
|
||||
if domain == null then
|
||||
config.networking.hostName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue