import types

This commit is contained in:
niten 2024-05-28 11:03:45 -07:00
parent 1676a32d88
commit 4fccb6a84e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let
packages = with pkgs; [ rtorrent ];
in {
options.fudo.paris-container = {
options.fudo.paris-container = with types; {
enable = mkEnableOption "Enable Fudo Paris user server.";
state-directory = mkOption {