feat(coder): Add module
This commit is contained in:
parent
f1ba0a98e8
commit
ef55596de6
5 changed files with 142 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ in {
|
|||
options.homelab.apps.vaultwarden = {
|
||||
enable = lib.mkEnableOption "Vaultwarden";
|
||||
port = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.port;
|
||||
default = 10102;
|
||||
description = "Vaultwarden WebUI port";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue