Show quota

This commit is contained in:
Daniel Olsen
2022-05-02 23:45:57 +02:00
parent 176c0569b8
commit f033c21cac
4 changed files with 20 additions and 10 deletions

View File

@@ -11,8 +11,9 @@ in {
eth = lib.mkOption {};
wlan = lib.mkOption {};
secondary-fs = lib.mkOption {
type = lib.types.str;
default = "$HOME";
type = lib.types.nullOr lib.types.nonEmptyStr;
default = null;
example = "''${env:HOME}";
};
};