diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index 077051f..b3453ec 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -43,7 +43,10 @@ virtualisation.docker = { enable = true; - rootless.enable = true; + rootless = { + enable = true; + setSocketVariable = true; + }; }; networking.hostName = "EDI";