aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-08-27 10:28:36 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-08-27 10:28:36 -0700
commitd141ce0f53b8d0764c95bf2218b1da46f601d6e4 (patch)
tree908c3bd34e7c91953494011d9bffdb4e208b5a94
parent66b255ed708b095513015788cc49e0df8ab2d780 (diff)
downloadnix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.tar
nix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.tar.gz
nix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.tar.bz2
nix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.tar.lz
nix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.tar.xz
nix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.tar.zst
nix-d141ce0f53b8d0764c95bf2218b1da46f601d6e4.zip
Add NFS server @caladan
-rw-r--r--hosts/caladan/services.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/caladan/services.nix b/hosts/caladan/services.nix
index 4644188..1970be2 100644
--- a/hosts/caladan/services.nix
+++ b/hosts/caladan/services.nix
@@ -10,6 +10,8 @@
iperf3.openFirewall = true;
+ nfs.server.enable = true;
+
printing.enable = true;
#smartd = let my_email_addr = "nipsy@bitgnome.net"; in {