import types
This commit is contained in:
parent
1676a32d88
commit
4fccb6a84e
|
@ -7,7 +7,7 @@ let
|
||||||
packages = with pkgs; [ rtorrent ];
|
packages = with pkgs; [ rtorrent ];
|
||||||
|
|
||||||
in {
|
in {
|
||||||
options.fudo.paris-container = {
|
options.fudo.paris-container = with types; {
|
||||||
enable = mkEnableOption "Enable Fudo Paris user server.";
|
enable = mkEnableOption "Enable Fudo Paris user server.";
|
||||||
|
|
||||||
state-directory = mkOption {
|
state-directory = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue