about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/incus.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-26 00:13:39 +0000
committerGitHub <noreply@github.com>2024-06-26 00:13:39 +0000
commitc6f5167f9043a154b82b5564ea6c14786382976c (patch)
tree487680b24f635c7dbd3aa80c1bd07b49d35e2ec6 /nixos/modules/virtualisation/incus.nix
parentb7a9a1b139e8096ac15d07c7bdc944ccae47edce (diff)
parent260616a5fddf0d3cf41bca8b74be23e2e2bf8c2e (diff)
Merge master into haskell-updates haskell-updates
Diffstat (limited to 'nixos/modules/virtualisation/incus.nix')
-rw-r--r--nixos/modules/virtualisation/incus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/incus.nix b/nixos/modules/virtualisation/incus.nix
index 87568390bd3b8..2b69a7a076585 100644
--- a/nixos/modules/virtualisation/incus.nix
+++ b/nixos/modules/virtualisation/incus.nix
@@ -149,7 +149,7 @@ in
 
         Users in the "incus-admin" group can interact with
         the daemon (e.g. to start or stop containers) using the
-        {command}`incus` command line tool, among others.
+        {command}`incus` command line tool, among others
       '';
 
       package = lib.mkPackageOption pkgs "incus-lts" { };