Update library config
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m47s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m47s
This commit is contained in:
parent
6dfe3f008b
commit
cc09f23831
@ -22,7 +22,6 @@ with lib.my;
|
||||
22 # SSH
|
||||
];
|
||||
};
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
services.zfs = {
|
||||
@ -146,7 +145,11 @@ with lib.my;
|
||||
};
|
||||
};
|
||||
|
||||
services.jellyfin.enable = true;
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
cacheDir = "/var/cache/jellyfin";
|
||||
dataDir = "/var/lib/jellyfin";
|
||||
};
|
||||
|
||||
modules = {
|
||||
podman.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user