]> Skullheadx's Git Forge - nixos.git/commitdiff
nfs client side
authorSkullheadx <admonty1@protonmail.com>
Thu, 4 Jun 2026 02:15:00 +0000 (22:15 -0400)
committerSkullheadx <admonty1@protonmail.com>
Thu, 4 Jun 2026 02:15:00 +0000 (22:15 -0400)
hosts/nepsis/configuration.nix
todo

index 587303f7ed2c33ba173c9ed9678401eede4ddcbd..383b0584f76ac2dabf76391a6c76663161592113 100644 (file)
@@ -84,6 +84,7 @@
     wireguard-tools
     nethogs
     iftop
+    nfs-utils
   ];
 
   programs.git = {
     enable = true;
   };
 
+  fileSystems."/mnt/data" = {
+    device = "192.168.1.120:/";
+    fsType = "nfs4";
+    options = [
+      "x-systemd.automount"
+      "noauto"
+      "x-systemd.idle-timeout=600"
+      "rw"
+    ];
+  };
+
   # Open ports in the firewall.
   # networking.firewall.allowedTCPPorts = [ ... ];
   # networking.firewall.allowedUDPPorts = [ ... ];
diff --git a/todo b/todo
index ce7d5705b7c953d68a819d72466d5cba8287456e..107c67495a996eb8ecf6b0d61938552e058926ed 100644 (file)
--- a/todo
+++ b/todo
@@ -46,9 +46,9 @@
 
 - [ ] sent for presentation
 - [x] dmenu suckless style
-- [ ] irc (soju + gamja?)
-       - [ ] bouncer
-       - [ ] client 
+- [x] irc (soju + gamja?)
+       - [x] bouncer
+       - [x] client 
 
 - [ ] hotkeys with sxhkd
        - [x] screenshot
 - [x] mpv
 - [x] real todo list + calendar
 
-- [ ] test git forge
+- [x] test git forge
+- [x] IRC
+
+
+- [ ] fix home manager for laptop
+        - [ ] NEXT change the user to 'andrew'
+
+- [x] nfs
+- [ ] TODO transmission 
+- [ ] TODO mpd 
+- [ ] sfeed
+- [ ] abook 
+- [ ] pass 
+- [ ] vpn
+- [ ] WAITING status page