install distrobox
This commit is contained in:
parent
cfa653752a
commit
c04186a2a6
@ -58,6 +58,12 @@
|
||||
command-not-found.enable = false;
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
extraPackages = [pkgs.zfs];
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user