started forgejo conf
This commit is contained in:
parent
869b80468d
commit
c9be732740
|
@ -1 +0,0 @@
|
|||
geir@idea.5613:1716290805
|
|
@ -2,6 +2,5 @@
|
|||
{
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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…
Reference in a new issue