summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-10-30 08:51:18 +0100
committermakefu <github@syntax-fehler.de>2022-10-30 08:51:53 +0100
commite6513be864c7d27c36eb9d6ba504de65e48fde13 (patch)
tree854a5e6a0cf8fa08c631ce22774b148fa4aa274a
parenta612a6bbe4209824165a7c8fd18f0309e8d5385b (diff)
ma music.omo: add alias
-rw-r--r--krebs/3modules/makefu/default.nix2
-rw-r--r--makefu/2configs/home/music.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/krebs/3modules/makefu/default.nix b/krebs/3modules/makefu/default.nix
index ffdd9927..0d535998 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 7dd8ca6e..42c45827 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}";