diff options
| author | Fuwn <[email protected]> | 2024-09-05 21:51:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-05 21:51:07 -0700 |
| commit | fd90065790eaccf8aadc373c4e1d07cbc801239a (patch) | |
| tree | 8f45b831784c5abc72c7bd9ceaf9287780502e37 /modules/virtualisation/docker.nix | |
| parent | Bump (diff) | |
| download | nixos-config-fd90065790eaccf8aadc373c4e1d07cbc801239a.tar.xz nixos-config-fd90065790eaccf8aadc373c4e1d07cbc801239a.zip | |
Bump
Diffstat (limited to 'modules/virtualisation/docker.nix')
| -rw-r--r-- | modules/virtualisation/docker.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/virtualisation/docker.nix b/modules/virtualisation/docker.nix index ab19b8e..af7fadd 100644 --- a/modules/virtualisation/docker.nix +++ b/modules/virtualisation/docker.nix @@ -19,7 +19,7 @@ }; rootless = { - enable = true; + enable = false; setSocketVariable = true; daemon.settings = { |