music: init

This commit is contained in:
Grigory Shipunov 2023-01-24 20:40:41 +01:00
parent 3b53f3b8a9
commit b5d9507157
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
11 changed files with 243 additions and 19 deletions

View file

@ -0,0 +1,12 @@
{ self, ... }: {
microvm.vms = {
nextcloud = {
flake = self;
updateFlake = "github:oxapentane/nix-config/master";
};
music = {
flake = self;
updateFlake = "github:oxapentane/nix-config/navidrome";
};
};
}