sync after 'update

This commit is contained in:
BOTAlex 2026-05-03 13:30:56 +02:00
parent c6f54cc96a
commit fc6edfa41b
8 changed files with 54 additions and 60 deletions

View file

@ -5,6 +5,7 @@
fileSystems."/export" = {
device = "/kube-store";
options = [ "bind" ];
fsType = "none";
};
services.nfs.server.enable = true;