mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
test: jellyfin microVM
This commit is contained in:
parent
e25c1a2e06
commit
89cb74e4b7
4 changed files with 79 additions and 74 deletions
|
|
@ -6,12 +6,10 @@ let
|
|||
varPath
|
||||
mntPath
|
||||
cachePath
|
||||
secretPath
|
||||
;
|
||||
label = "Jellyfin";
|
||||
name = "jellyfin";
|
||||
domain = "${name}.${domain0}";
|
||||
secrets = "${secretPath}/${name}";
|
||||
ssl = "${sslPath}/${name}.${domain0}";
|
||||
in
|
||||
{
|
||||
|
|
@ -41,8 +39,8 @@ in
|
|||
interface = {
|
||||
id = "vm-${name}";
|
||||
mac = "02:00:00:00:00:52";
|
||||
idUser = "vmuser-jellyfin";
|
||||
macUser = "02:00:00:00:00:04";
|
||||
idUser = "vmuser-${name}";
|
||||
macUser = "03:00:00:00:00:04";
|
||||
ip = "192.168.50.152";
|
||||
gate = "192.168.50.1";
|
||||
ssh = 2202;
|
||||
|
|
@ -59,7 +57,4 @@ in
|
|||
mntPaths = {
|
||||
path0 = "${mntPath}/${name}";
|
||||
};
|
||||
secretPaths = {
|
||||
path0 = secrets;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue