diff options
author | makefu <github@syntax-fehler.de> | 2022-10-30 08:51:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-10-30 08:51:53 +0100 |
commit | e6513be864c7d27c36eb9d6ba504de65e48fde13 (patch) | |
tree | 854a5e6a0cf8fa08c631ce22774b148fa4aa274a | |
parent | a612a6bbe4209824165a7c8fd18f0309e8d5385b (diff) |
ma music.omo: add alias
-rw-r--r-- | krebs/3modules/makefu/default.nix | 2 | ||||
-rw-r--r-- | makefu/2configs/home/music.nix | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/krebs/3modules/makefu/default.nix b/krebs/3modules/makefu/default.nix index ffdd99274..0d5359989 100644 --- a/krebs/3modules/makefu/default.nix +++ b/krebs/3modules/makefu/default.nix @@ -131,6 +131,8 @@ in { "dcpp.omo.r" "backup.makefu.r" "torrent.omo.r" + "music.omo.r" + "music.makefu.r" ]; }; }; diff --git a/makefu/2configs/home/music.nix b/makefu/2configs/home/music.nix index 7dd8ca6e1..42c458275 100644 --- a/makefu/2configs/home/music.nix +++ b/makefu/2configs/home/music.nix @@ -18,6 +18,8 @@ in "navidrome.lan" "music" "music.lan" "musik" "musik.lan" + "music.omo.r" + "music.makefu.r" "music.makefu" ]; locations."/".proxyPass = "http://localhost:${toString port}"; |