fix(nix): add paperless configuration
This commit is contained in:
parent
6738785912
commit
7346d0d523
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.paperless = {
|
||||||
|
enable = true;
|
||||||
|
port = 8050;
|
||||||
|
passwordFile = config.age.secrets.paperless-password;
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
|
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue