From c9dad1da917db7ad507e4cd30789b44a487ccea5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 24 Aug 2025 15:11:12 +0200 Subject: hosts/apzu: Don't persist /var/lib/nixos --- hosts/by-name/apzu/configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'hosts/by-name') diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index 4464011e..0f7ab875 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -7,12 +7,7 @@ # # You should have received a copy of the License along with this program. # If not, see . -{ - lib, - pkgs, - baseLib, - ... -}: { +{...}: { imports = [ ./hardware.nix ]; @@ -25,9 +20,7 @@ enable = true; }; - # TODO: Hard-code all the uids/gids <2025-05-13> impermanence.directories = [ - "/var/lib/nixos" "/var/log" ]; -- cgit 1.4.1