From e4ff26f2b6f03ca50f1fb9385908a2fab785b1b1 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 23 Oct 2024 15:17:09 -0500 Subject: [PATCH] feat: made server storage drive path more readable --- config/device.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/device.nix b/config/device.nix index 07a4157..d083e46 100755 --- a/config/device.nix +++ b/config/device.nix @@ -50,7 +50,7 @@ in { server = let serverName = "server"; serverIP = "192.168.50.140"; - nasPath = "NAS1"; + serverStorageDriveName = "NAS1"; in { label = "Server"; name = serverName; @@ -61,8 +61,8 @@ in { options = ownerExclusiveReadWriteMask; }; storage0 = { - mount = "/mnt/media/${nasPath}"; - device = "/dev/disk/by-label/${nasPath}"; + mount = "/mnt/media/${serverStorageDriveName}"; + device = "/dev/disk/by-label/${serverStorageDriveName}"; options = readWritePermissions; }; samba0 = { @@ -147,11 +147,11 @@ in { }; }; - # Pixel 7 Pro + # Pixel 9 phone = { name = "pixel"; - sync = "AE65XCK-4FYDDBB-SMPCDQO-U3CZUHA-LAWTKZY-ZBUGVNI-ZRYACB2-FFNFVQF"; + sync = "RMDKNJY-BTX6FYF-G6SR332-WS6HARI-PF74SC6-VPBSGRQ-MKVQZEQ-KSIB6QV"; ip = { address0 = "192.168.50.243"; };