add bazarr

This commit is contained in:
Vivian 2022-10-20 12:37:09 +02:00
parent 9b1cc552d5
commit 53d0ab4cff

View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
system.stateVersion = "21.05";
networking.interfaces.eth0.useDHCP = true;
fileSystems."/mnt/storage" = {
device = "storage:/mnt/storage";
fsType = "nfs";
};
}