phantom: add mastodon storage device
This commit is contained in:
parent
a36385a4d2
commit
72dfd33750
|
@ -1,15 +1,14 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
fileSystems."/var/lib/syncthing-data" = {
|
fileSystems."/var/lib/syncthing-data" = {
|
||||||
device = "172.16.130.7:/nas/5749/syncthinng_data";
|
device = "172.16.130.7:/nas/5749/syncthinng_data";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "nofail" ];
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
|
fileSystems."/var/lib/mastodon" = {
|
||||||
|
device = "172.16.130.7:/nas/5749/mastodon";
|
||||||
|
fsType = "nfs";
|
||||||
|
options = [ "nofail" ];
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue