feat(system): change public filesystem ip address

This commit is contained in:
xezo360hye 2024-08-17 17:41:50 +03:00
parent 3eea0a9bd4
commit 69af85a55e

View File

@ -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"