mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
meta/services: Rename name to title
This commit is contained in:
parent
7ac4050d85
commit
784a20644f
23 changed files with 29 additions and 44 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
services.caddy.virtualHosts.${cfg.domain}.port = cfg.port;
|
||||
|
||||
meta.services.${cfg.domain} = {
|
||||
name = "PrivateBin";
|
||||
title = "PrivateBin";
|
||||
icon = "sh:privatebin";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue