printing: add cups directory to persistence
This commit is contained in:
parent
eccda6cd08
commit
c75a05d46a
|
@ -21,4 +21,10 @@
|
||||||
] ++ (if (pkgs.system == "x86_64-linux")
|
] ++ (if (pkgs.system == "x86_64-linux")
|
||||||
then [ pkgs.cups-brother-hl3140cw ]
|
then [ pkgs.cups-brother-hl3140cw ]
|
||||||
else []);
|
else []);
|
||||||
|
|
||||||
|
environment.persistence."/persist" = {
|
||||||
|
directories = [
|
||||||
|
"/etc/lib/cups"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue