beets
This commit is contained in:
parent
10d0bebfc7
commit
5dfac6da09
2 changed files with 1 additions and 11 deletions
|
@ -41,7 +41,7 @@
|
|||
startServices = "sd-switch"; # auto reload services when home is rebuilt
|
||||
};
|
||||
|
||||
xdg.configFile."beets".source = ../../modules/home/beets;
|
||||
xdg.configFile."beets/config.yaml".source = ../../modules/home/beets/config.yaml;
|
||||
|
||||
#custom script executables
|
||||
home.file.".local/bin" = {
|
||||
|
|
|
@ -207,16 +207,6 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
||||
virtualHosts = {
|
||||
"/sonarr/*".extraConfig = "reverse_proxy localhost:8989";
|
||||
};
|
||||
};
|
||||
|
||||
systemd.targets.sleep.enable = false;
|
||||
systemd.targets.suspend.enable = false;
|
||||
systemd.targets.hibernate.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue