summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
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