feat(system): change public filesystem ip address
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
|||||||
|
|
||||||
# Router shared filesystem
|
# Router shared filesystem
|
||||||
fileSystems."/home/andrey/Public" = {
|
fileSystems."/home/andrey/Public" = {
|
||||||
device = "root@192.168.2.1:/mnt/sda1";
|
device = "root@192.168.0.3:/mnt/sda1";
|
||||||
fsType = "sshfs";
|
fsType = "sshfs";
|
||||||
options = [
|
options = [
|
||||||
"nodev"
|
"nodev"
|
||||||
|
Reference in New Issue
Block a user