mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:10:32 +01:00
I gotta be the dumbest girl alive
This commit is contained in:
parent
c080e45ac4
commit
2236a101da
|
@ -1,6 +1,7 @@
|
||||||
{config, lib, inputs, ...}:
|
{config, lib, inputs, ...}:
|
||||||
{
|
{
|
||||||
services.paperless.enable = true;
|
services.paperless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordFile = "/etc/paperless_sc";
|
passwordFile = "/etc/paperless_sc";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue