From 4ef98c986c91a706dca9606b50c7241e2704daa0 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 12 Apr 2021 22:35:34 +0200 Subject: [PATCH] nixos-module/container/defaults: disable nix-daemon.socket should quelch a warning --- nix/nixos-module/container/defaults.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-module/container/defaults.nix b/nix/nixos-module/container/defaults.nix index dace165..5ef92c0 100644 --- a/nix/nixos-module/container/defaults.nix +++ b/nix/nixos-module/container/defaults.nix @@ -35,4 +35,5 @@ nix-daemon.enable = false; }; + systemd.sockets.nix-daemon.enable = false; }