From 41009b53cb29e548062cdc3e9e470ebe047fd5ba Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 30 May 2024 11:18:56 +0200 Subject: more zfs --- common.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index a64a3a3..45b8cf4 100644 --- a/common.nix +++ b/common.nix @@ -97,24 +97,6 @@ in depends = [ "/data" ]; }; - # keep some stuff persistent - environment.persistence."/nix/persistent" = { - hideMounts = true; - directories = [ - # systemd timers - { directory = "/var/lib/systemd/timers"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; } - - # clamav database - { directory = "/var/lib/clamav"; user = "clamav"; group = "clamav"; mode = "u=rwx,g=rx,o=rx"; } - - # alsa state for persistent sound settings - { directory = "/var/lib/alsa"; user = "root"; group = "root"; mode = "u=rwx,g=rx,o=rx"; } - ]; - files = [ - "/etc/machine-id" - ]; - }; - # enable fast dbus services.dbus.implementation = "broker"; @@ -301,6 +283,7 @@ in pciutils pdftk pulseaudio + pwgen qmk ssh-audit starship -- cgit v1.2.3