Update IPs to reflect new vlan

This commit is contained in:
Bun 2025-04-16 17:45:02 -04:00
parent 5dd407f841
commit 55901c81e4
5 changed files with 12 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
fileSystems."/home/${config.sysusers.main}/Midas" = {
device = "10.2.0.1:/";
device = "11.0.0.1:/";
fsType = "nfs4";
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
};