From 34a0d0609d349c4fb7150975f725f953f7fabc06 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 6 Feb 2024 14:31:35 +0100 Subject: [PATCH] Set socket variable too --- nixos/hosts/EDI/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";