mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: made server storage drive path more readable
This commit is contained in:
parent
f24a280d4c
commit
e4ff26f2b6
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue