music: init
This commit is contained in:
parent
3b53f3b8a9
commit
b5d9507157
11 changed files with 243 additions and 19 deletions
|
@ -5,5 +5,6 @@
|
|||
./secrets.nix
|
||||
./oxalab.nix
|
||||
./mcvm-network.nix
|
||||
./microvms.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
addresses = [{
|
||||
addressConfig.Address = "10.99.99.1/24";
|
||||
}
|
||||
{
|
||||
addressConfig.Address = "fd12:3456:789a::1/64";
|
||||
}];
|
||||
{
|
||||
addressConfig.Address = "fd12:3456:789a::1/64";
|
||||
}];
|
||||
ipv6Prefixes = [{
|
||||
ipv6PrefixConfig.Prefix = "fd12:3456:789a::/64";
|
||||
}];
|
||||
|
|
12
hosts/dishwasher/microvms.nix
Normal file
12
hosts/dishwasher/microvms.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue