Advertisement
Guest User

Untitled

a guest
Oct 8th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {config, pkgs, ...}:
  2. {
  3. systemd.nspawn.archlinux = {
  4. enable = true;
  5. wantedBy = [ "machines.target" ];
  6. execConfig = {
  7. Boot = true;
  8. LimitCPU = "150%";
  9. };
  10. filesConfig.Bind = ["/media/storage/buildbot/packages:/output"];
  11. networkConfig.VirtualEthernet = false;
  12. };
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement