Missed some stuff in Jupiter

This commit is contained in:
Jimbo 2024-11-22 21:08:48 -05:00
parent c0ff4c64e5
commit 28d611ae12
3 changed files with 3 additions and 1 deletions

View file

@ -57,6 +57,7 @@
impermanence
mailserver
minecraft
jovian
home-manager
nur
blender-bin

View file

@ -6,6 +6,7 @@
./hardware
./wireguard
../../modules/system
jovian.nixosModules.default
];
system.lanzaboote.enable = true;

View file

@ -23,7 +23,7 @@
fileSystems = {
# Remote
"/home/jimbo/JimboNFS" = {
device = "${config.ips.wgSpan}.1:/export/JimboNFS";
device = "10.100.0.1:/export/JimboNFS";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
};