mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
misc fixes
This commit is contained in:
parent
35659de96b
commit
01894a9c19
6 changed files with 25 additions and 25 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
fsType = "nfs";
|
||||
};
|
||||
fileSystems."/media/shows" = {
|
||||
device = "fujitsu.vpn.rfive.de:/movies";
|
||||
device = "fujitsu.vpn.rfive.de:/shows";
|
||||
fsType = "nfs";
|
||||
};
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue