jakstpub: no "requires"
This commit is contained in:
parent
9269d2bda4
commit
ef378cb921
@ -653,7 +653,7 @@ in
|
|||||||
jakstpub = {
|
jakstpub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dataDir = "/home/motiejus/annex2/vno3-shared";
|
dataDir = "/home/motiejus/annex2/vno3-shared";
|
||||||
requires = [ "data-shared.mount" ];
|
#requires = [ "data-shared.mount" ];
|
||||||
uidgid = myData.uidgid.jakstpub;
|
uidgid = myData.uidgid.jakstpub;
|
||||||
hostname = "hdd.jakstys.lt";
|
hostname = "hdd.jakstys.lt";
|
||||||
};
|
};
|
||||||
|
@ -12,7 +12,10 @@ in
|
|||||||
enable = lib.mkEnableOption "Enable jakstpub";
|
enable = lib.mkEnableOption "Enable jakstpub";
|
||||||
dataDir = lib.mkOption { type = path; };
|
dataDir = lib.mkOption { type = path; };
|
||||||
# RequiresMountsFor is used by upstream, hacking with the unit
|
# RequiresMountsFor is used by upstream, hacking with the unit
|
||||||
requires = lib.mkOption { type = listOf str; };
|
requires = lib.mkOption {
|
||||||
|
type = listOf str;
|
||||||
|
default = [ ];
|
||||||
|
};
|
||||||
uidgid = lib.mkOption { type = int; };
|
uidgid = lib.mkOption { type = int; };
|
||||||
hostname = lib.mkOption { type = str; };
|
hostname = lib.mkOption { type = str; };
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user