vagga icon indicating copy to clipboard operation
vagga copied to clipboard

Vagga on NixOS

Open tailhook opened this issue 10 years ago • 0 comments

It should at least be documented. But probably NixOS should have a module for vagga.

First thing that module needs is subuid ranges:

    subUidRanges = [
      { startUid = 100000; count = 65536; }
    ];
    subGidRanges = [
      { startGid = 100000; count = 65536; }
    ];

tailhook avatar Dec 16 '15 22:12 tailhook