diff --git a/appserver/configuration.nix b/appserver/configuration.nix index 6d511cb..4126b17 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -34,7 +34,7 @@ # Mount remote filesystem fileSystems."/mnt/remote/media" = { - device = "10.0.0.8:/mnt/storage/media"; + device = "files:/mnt/storage/"; fsType = "nfs"; }; @@ -46,7 +46,7 @@ services.fwupd.enable = true; # Networking - networking.hostName = "server1"; + networking.hostName = "apps"; networking.networkmanager.enable = true; # Set your time zone.