From 69af85a55ebe02a9810092bc54a975dd4d5ca4d7 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Sat, 17 Aug 2024 17:41:50 +0300 Subject: [PATCH] feat(system): change public filesystem ip address --- system/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index 8179462..8dff2da 100644 --- a/system/common.nix +++ b/system/common.nix @@ -15,7 +15,7 @@ in # Router shared filesystem fileSystems."/home/andrey/Public" = { - device = "root@192.168.2.1:/mnt/sda1"; + device = "root@192.168.0.3:/mnt/sda1"; fsType = "sshfs"; options = [ "nodev"