printing: add cups directory to persistence

This commit is contained in:
Benjamin Yule Bädorf 2024-07-01 18:38:28 +02:00
parent eccda6cd08
commit c75a05d46a
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -21,4 +21,10 @@
] ++ (if (pkgs.system == "x86_64-linux")
then [ pkgs.cups-brother-hl3140cw ]
else []);
environment.persistence."/persist" = {
directories = [
"/etc/lib/cups"
];
};
}