summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-05-30 11:18:56 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-05-30 11:18:56 +0200
commit41009b53cb29e548062cdc3e9e470ebe047fd5ba (patch)
treeb4cb006274d4cfa4572252e574d25b25cd0a886e /common.nix
parent166d4504c67813ad48f8ae4a98cac957e5e1e30d (diff)
more zfs
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix19
1 files changed, 1 insertions, 18 deletions
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