Update the networking stuff

This commit is contained in:
Jimbo 2024-10-16 01:21:11 -04:00
parent 6c9778098b
commit a05ffd55c3
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, outputs, lib, pkgs, modulesPath, ... }:
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
@ -27,7 +27,7 @@
fsType = "btrfs";
};
"/home/jimbo/JimboNFS" = {
device = "${outputs.ips.wgSpan}.1:/export/JimboNFS";
device = "${config.ips.wgSpan}.1:/export/JimboNFS";
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
};