feat: switch back to beets
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
c5d619e4b9
commit
becdb3712c
1 changed files with 1 additions and 6 deletions
|
|
@ -100,14 +100,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.wrtag
|
beets
|
||||||
];
|
];
|
||||||
|
|
||||||
services.wrtagweb = {
|
|
||||||
enable = true;
|
|
||||||
settingsFile = config.sops.secrets.wrtagwebConfigFile.path;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx.virtualHosts."tag.escapeangle.com" = {
|
services.nginx.virtualHosts."tag.escapeangle.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue