devices/steveej-nuc7pjyh-work: change size of sub{u,g}uid ranges

This commit is contained in:
steveej 2019-12-13 20:49:15 +01:00
parent 92c411e588
commit 52801cd9df

View file

@ -13,7 +13,7 @@ in {
openssh.authorizedKeys.keys = keys.users.steveej.openssh; openssh.authorizedKeys.keys = keys.users.steveej.openssh;
shell = pkgs.posh { image = "quay.io/enarx/fedora"; run_args = "-v /dev/sgx:/dev/sgx"; }; shell = pkgs.posh { image = "quay.io/enarx/fedora"; run_args = "-v /dev/sgx:/dev/sgx"; };
subUidRanges = [{ startUid = 100000; count = 100000; }]; subUidRanges = [{ startUid = 100000; count = 65536; }];
subGidRanges = [{ startGid = 100000; count = 100000; }]; subGidRanges = [{ startGid = 100000; count = 65536; }];
}; };
} }