system/docker: disable rootless
This commit is contained in:
parent
2baffcb7a5
commit
12681f2087
2 changed files with 5 additions and 5 deletions
|
|
@ -2,10 +2,10 @@
|
|||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
# rootless = {
|
||||
# enable = true;
|
||||
# setSocketVariable = true;
|
||||
# };
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.docker-compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue