servo: nfs: disable

This commit is contained in:
Colin 2024-06-01 12:45:10 +00:00
parent 24c49df75f
commit 07194d062a

View File

@ -15,6 +15,7 @@
# - could maybe be done with some mount option?
{ config, lib, ... }:
lib.mkIf false #< TODO: remove nfs altogether! it's not exactly the most secure
{
services.nfs.server.enable = true;