started forgejo conf
This commit is contained in:
parent
869b80468d
commit
c9be732740
3 changed files with 5 additions and 2 deletions
|
@ -46,6 +46,11 @@
|
|||
{ device = "stuffpool/virtual";
|
||||
fsType = "zfs";
|
||||
};
|
||||
fileSystems."/mnt/storage/media"
|
||||
{ device = "files:/mnt/storage";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue