mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-06 10:02:30 +02:00
sync after 'update
This commit is contained in:
parent
c6f54cc96a
commit
fc6edfa41b
8 changed files with 54 additions and 60 deletions
|
|
@ -5,6 +5,7 @@
|
|||
fileSystems."/export" = {
|
||||
device = "/kube-store";
|
||||
options = [ "bind" ];
|
||||
fsType = "none";
|
||||
};
|
||||
|
||||
services.nfs.server.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue