From e5d9494f6147b88062090391b22ba5198a0c25f8 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 20 May 2024 20:11:08 +0200 Subject: [PATCH] nfs on appserver --- appserver/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.