From: Skullheadx Date: Thu, 4 Jun 2026 02:15:00 +0000 (-0400) Subject: nfs client side X-Git-Url: http://git.skullheadx.com/nixos/static/git-logo.png?a=commitdiff_plain;h=1734e563a05ae45107d66695390bea0bb0d464fd;p=nixos.git nfs client side --- diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 587303f..383b058 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -84,6 +84,7 @@ wireguard-tools nethogs iftop + nfs-utils ]; programs.git = { @@ -135,6 +136,17 @@ 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 ce7d570..107c674 100644 --- 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 @@ -71,4 +71,18 @@ - [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