mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
install gvisor
This commit is contained in:
parent
c791a78ddb
commit
9b7b459629
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ with lib;
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableOnBoot = false;
|
enableOnBoot = false;
|
||||||
daemon.settings.data-root = "/nix/persist/docker";
|
daemon.settings = {
|
||||||
|
data-root = "/nix/persist/docker";
|
||||||
|
runtimes.runsc.path = "${pkgs.gvisor}/bin/runsc";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Pipewire
|
# Pipewire
|
||||||
|
|
Loading…
Reference in a new issue