diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index 1b63dc52d6ef..446cc3698bef 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -105,7 +105,7 @@ let automatically sets to users, to true, to - /home/username, + /home/«username», to true, and to false. diff --git a/nixos/modules/hardware/video/uvcvideo/default.nix b/nixos/modules/hardware/video/uvcvideo/default.nix index bb59e2f2ed2b..5d1699e63955 100644 --- a/nixos/modules/hardware/video/uvcvideo/default.nix +++ b/nixos/modules/hardware/video/uvcvideo/default.nix @@ -37,7 +37,7 @@ in description = '' List of packages containing uvcvideo dynamic controls rules. All files found in - pkg/share/uvcdynctrl/data + «pkg»/share/uvcdynctrl/data will be included. Note that these will serve as input to the libwebcam diff --git a/nixos/modules/programs/neovim.nix b/nixos/modules/programs/neovim.nix index b1dbcd181309..2c39456895f3 100644 --- a/nixos/modules/programs/neovim.nix +++ b/nixos/modules/programs/neovim.nix @@ -74,7 +74,7 @@ in { ''; description = '' Generate your init file from your list of plugins and custom commands. - Neovim will then be wrapped to load nvim -u /nix/store/hash-vimrc + Neovim will then be wrapped to load nvim -u /nix/store/«hash»-vimrc ''; }; diff --git a/nixos/modules/security/dhparams.nix b/nixos/modules/security/dhparams.nix index 720936e68d72..b3fce7e83aff 100644 --- a/nixos/modules/security/dhparams.nix +++ b/nixos/modules/security/dhparams.nix @@ -61,7 +61,7 @@ in { The value is the size (in bits) of the DH params to generate. The generated DH params path can be found in - config.security.dhparams.params.name.path. + config.security.dhparams.params.«name».path. The name of the DH params is taken as being the name of the service it serves and the params will be generated before the diff --git a/nixos/modules/services/backup/duplicity.nix b/nixos/modules/services/backup/duplicity.nix index 8c4105955569..765afd43d638 100644 --- a/nixos/modules/services/backup/duplicity.nix +++ b/nixos/modules/services/backup/duplicity.nix @@ -63,9 +63,9 @@ in systemd.exec 5. For example: - PASSPHRASE=... - AWS_ACCESS_KEY_ID=... - AWS_SECRET_ACCESS_KEY=... + PASSPHRASE=«...» + AWS_ACCESS_KEY_ID=«...» + AWS_SECRET_ACCESS_KEY=«...» ''; }; diff --git a/nixos/modules/services/backup/syncoid.nix b/nixos/modules/services/backup/syncoid.nix index e53528fb66fc..6e71eaa5b9a8 100644 --- a/nixos/modules/services/backup/syncoid.nix +++ b/nixos/modules/services/backup/syncoid.nix @@ -194,8 +194,8 @@ in example = "user@server:pool/dataset"; description = '' Target ZFS dataset. Can be either local - (pool/dataset) or remote - (user@server:pool/dataset). + («pool/dataset») or remote + («user@server:pool/dataset»). ''; }; diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix index 514763e409a1..f54979832cb3 100644 --- a/nixos/modules/services/hardware/udev.nix +++ b/nixos/modules/services/hardware/udev.nix @@ -212,8 +212,8 @@ in description = '' List of packages containing udev rules. All files found in - pkg/etc/udev/rules.d and - pkg/lib/udev/rules.d + «pkg»/etc/udev/rules.d and + «pkg»/lib/udev/rules.d will be included. ''; apply = map getBin; @@ -306,8 +306,8 @@ in List of packages containing udev rules that will be copied to stage 1. All files found in - pkg/etc/udev/rules.d and - pkg/lib/udev/rules.d + «pkg»/etc/udev/rules.d and + «pkg»/lib/udev/rules.d will be included. ''; }; diff --git a/nixos/modules/services/mail/sympa.nix b/nixos/modules/services/mail/sympa.nix index 1d46b090cd84..0b72ce97512d 100644 --- a/nixos/modules/services/mail/sympa.nix +++ b/nixos/modules/services/mail/sympa.nix @@ -242,7 +242,7 @@ in description = '' The webserver used for the Sympa web interface. Set it to `none` if you want to configure it yourself. Further nginx configuration can be done by adapting - . + . ''; }; diff --git a/nixos/modules/services/networking/hans.nix b/nixos/modules/services/networking/hans.nix index f74d602be933..bff39a5ab2a8 100644 --- a/nixos/modules/services/networking/hans.nix +++ b/nixos/modules/services/networking/hans.nix @@ -23,8 +23,8 @@ in Each attribute of this option defines a systemd service that runs hans. Many or none may be defined. The name of each service is - hans-name - where name is the name of the + hans-«name» + where «name» is the name of the corresponding attribute name. ''; example = literalExpression '' diff --git a/nixos/modules/services/networking/iodine.nix b/nixos/modules/services/networking/iodine.nix index c24f118ce898..9749c7285132 100644 --- a/nixos/modules/services/networking/iodine.nix +++ b/nixos/modules/services/networking/iodine.nix @@ -32,8 +32,8 @@ in Each attribute of this option defines a systemd service that runs iodine. Many or none may be defined. The name of each service is - iodine-name - where name is the name of the + iodine-«name» + where «name» is the name of the corresponding attribute name. ''; example = literalExpression '' diff --git a/nixos/modules/services/networking/openvpn.nix b/nixos/modules/services/networking/openvpn.nix index 752b4d67d47e..ce0f0f90fc91 100644 --- a/nixos/modules/services/networking/openvpn.nix +++ b/nixos/modules/services/networking/openvpn.nix @@ -119,8 +119,8 @@ in Each attribute of this option defines a systemd service that runs an OpenVPN instance. These can be OpenVPN servers or clients. The name of each systemd service is - openvpn-name.service, - where name is the corresponding + openvpn-«name».service, + where «name» is the corresponding attribute name. ''; diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix index c02e0905f1cc..65b40c56a3be 100644 --- a/nixos/modules/services/system/dbus.nix +++ b/nixos/modules/services/system/dbus.nix @@ -43,12 +43,12 @@ in the configuration of the D-Bus system-wide or session-wide message bus. Specifically, files in the following directories will be included into their respective DBus configuration paths: - pkg/etc/dbus-1/system.d - pkg/share/dbus-1/system.d - pkg/share/dbus-1/system-services - pkg/etc/dbus-1/session.d - pkg/share/dbus-1/session.d - pkg/share/dbus-1/services + «pkg»/etc/dbus-1/system.d + «pkg»/share/dbus-1/system.d + «pkg»/share/dbus-1/system-services + «pkg»/etc/dbus-1/session.d + «pkg»/share/dbus-1/session.d + «pkg»/share/dbus-1/services ''; }; diff --git a/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix b/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix index c52ab2c596e0..e743eaa6215b 100644 --- a/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix +++ b/nixos/modules/services/web-servers/apache-httpd/vhost-options.nix @@ -233,7 +233,7 @@ in default = false; description = '' Whether to enable serving ~/public_html as - /~username. + /~«username». ''; }; diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix index 95556710bdef..3b468f00aba8 100644 --- a/nixos/modules/system/boot/luksroot.nix +++ b/nixos/modules/system/boot/luksroot.nix @@ -552,7 +552,7 @@ in The encrypted disk that should be opened before the root filesystem is mounted. Both LVM-over-LUKS and LUKS-over-LVM setups are supported. The unencrypted devices can be accessed as - /dev/mapper/name. + /dev/mapper/«name». ''; type = with types; attrsOf (submodule ( diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix index f3b9d798f614..ec2f3d18c685 100644 --- a/nixos/modules/system/boot/stage-1.nix +++ b/nixos/modules/system/boot/stage-1.nix @@ -480,7 +480,7 @@ in if you want to resume from file. If left empty, the swap partitions are used. Specify here the device where the file resides. You should also use boot.kernelParams to specify - resume_offset. + «resume_offset». ''; }; diff --git a/nixos/modules/system/boot/systemd/tmpfiles.nix b/nixos/modules/system/boot/systemd/tmpfiles.nix index eaa0ddf63878..0d5adf596e18 100644 --- a/nixos/modules/system/boot/systemd/tmpfiles.nix +++ b/nixos/modules/system/boot/systemd/tmpfiles.nix @@ -29,7 +29,7 @@ in List of packages containing systemd-tmpfiles rules. All files ending in .conf found in - pkg/lib/tmpfiles.d + «pkg»/lib/tmpfiles.d will be included. If this folder does not exist or does not contain any files an error will be returned instead. diff --git a/nixos/modules/virtualisation/nixos-containers.nix b/nixos/modules/virtualisation/nixos-containers.nix index e2fb28ed6332..1699b0bcea40 100644 --- a/nixos/modules/virtualisation/nixos-containers.nix +++ b/nixos/modules/virtualisation/nixos-containers.nix @@ -583,7 +583,7 @@ in Whether to give the container its own private virtual Ethernet interface. The interface is called eth0, and is hooked up to the interface - ve-container-name + ve-«container-name» on the host. If this option is not set, then the container shares the network interfaces of the host, and can bind to any port on any interface. @@ -731,7 +731,7 @@ in description = '' A set of NixOS system configurations to be run as lightweight containers. Each container appears as a service - container-name + container-«name» on the host system, allowing it to be started and stopped via systemctl. ''; diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix index 5b2d81eeb68f..98617a397a59 100644 --- a/nixos/modules/virtualisation/qemu-vm.nix +++ b/nixos/modules/virtualisation/qemu-vm.nix @@ -516,12 +516,12 @@ in description = '' Virtual networks to which the VM is connected. Each - number N in this list causes + number «N» in this list causes the VM to have a virtual Ethernet interface attached to a separate virtual network on which it will be assigned IP address - 192.168.N.M, - where M is the index of this VM + 192.168.«N».«M», + where «M» is the index of this VM in the list of VMs. ''; };