mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
fix rss-bridge
This commit is contained in:
parent
f66bf31877
commit
59bb44e285
@ -80,15 +80,6 @@
|
||||
gollum # Wiki software that provides a simple, Git-based wiki engine.
|
||||
];
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "starrtyler88@gmail.com";
|
||||
|
@ -30,7 +30,7 @@ in
|
||||
|
||||
services.rss-bridge = {
|
||||
enable = true;
|
||||
whitelist = [ "*" ];
|
||||
config.system.enabled_bridges = [ "*" ];
|
||||
virtualHost = "${domain}";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user