From 3b85406b3a766fadf03e4ed0113c10a2753fcd02 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 18:10:46 +0200 Subject: modules/common: Don't always persist `/var/{lib/nixos,log}` Both of these make building a VM hard. --- modules/common/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 08a46acf..1df2b928 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -32,9 +32,7 @@ directories = [ "/etc/nixos" - "/var/log" "/var/lib/systemd" - "/var/lib/nixos" ]; }; polkit.enable = true; -- cgit 1.4.1