fix(nix): configure freshrss
This commit is contained in:
parent
6089144711
commit
3788404a65
5 changed files with 31 additions and 0 deletions
|
@ -96,6 +96,16 @@
|
|||
passwordFile = config.age.secrets.paperless-password.path;
|
||||
};
|
||||
|
||||
services.freshrss = {
|
||||
enable = true;
|
||||
baseUrl = "http://localhost:8040";
|
||||
virtualHost = "localhost:8040";
|
||||
defaultUser = "admin";
|
||||
passwordFile = config.age.secrets.freshrss-password.path;
|
||||
database.type = "sqlite";
|
||||
webserver = "nginx";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
home-manager.users.priime = { pkgs, ... }: { imports = [ ./home.nix ]; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue