add bazarr
This commit is contained in:
parent
788175aeda
commit
0a88f6a814
1 changed files with 10 additions and 0 deletions
10
nixos/hosts/hades/bazarr/configuration.nix
Normal file
10
nixos/hosts/hades/bazarr/configuration.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue