about summary refs log tree commit diff
path: root/nixos/modules/services/networking/alice-lg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/alice-lg.nix')
-rw-r--r--nixos/modules/services/networking/alice-lg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/alice-lg.nix b/nixos/modules/services/networking/alice-lg.nix
index fbf127d9410f6..dab2d38ca353a 100644
--- a/nixos/modules/services/networking/alice-lg.nix
+++ b/nixos/modules/services/networking/alice-lg.nix
@@ -9,14 +9,14 @@ in
 {
   options = {
     services.alice-lg = {
-      enable = mkEnableOption (lib.mdDoc "Alice Looking Glass");
+      enable = mkEnableOption "Alice Looking Glass";
 
       package = mkPackageOption pkgs "alice-lg" { };
 
       settings = mkOption {
         type = settingsFormat.type;
         default = { };
-        description = lib.mdDoc ''
+        description = ''
           alice-lg configuration, for configuration options see the example on [github](https://github.com/alice-lg/alice-lg/blob/main/etc/alice-lg/alice.example.conf)
         '';
         example = literalExpression ''