mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: consolidated ips
This commit is contained in:
parent
7b5dc571a0
commit
06e578eb17
8 changed files with 15 additions and 9 deletions
|
@ -6,9 +6,9 @@ let
|
|||
readWritePermissions
|
||||
sambaPermissions
|
||||
userIdForUser0
|
||||
ceresIP
|
||||
;
|
||||
ceresName = "ceres";
|
||||
ceresIP = "192.168.50.140";
|
||||
ceresStorageDriveName = "NAS1";
|
||||
in
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
inherit (devicesFunctions)
|
||||
ownerExclusiveReadWriteMask
|
||||
charonIP
|
||||
;
|
||||
in
|
||||
{
|
||||
|
@ -11,7 +12,7 @@ in
|
|||
address0 = "";
|
||||
};
|
||||
ip = {
|
||||
address0 = "192.168.50.42";
|
||||
address0 = charonIP;
|
||||
};
|
||||
boot = {
|
||||
options = ownerExclusiveReadWriteMask;
|
||||
|
|
|
@ -2,16 +2,17 @@
|
|||
let
|
||||
inherit (devicesFunctions)
|
||||
ownerWriteOthersReadMask
|
||||
deimosIP
|
||||
;
|
||||
in
|
||||
{
|
||||
label = "Deimos";
|
||||
name = "deimos";
|
||||
sync = {
|
||||
address0 = "";
|
||||
address0 = deimosIP;
|
||||
};
|
||||
ip = {
|
||||
address0 = "192.168.50.142";
|
||||
address0 = deimosIP;
|
||||
};
|
||||
boot = {
|
||||
options = ownerWriteOthersReadMask;
|
||||
|
|
|
@ -3,6 +3,7 @@ let
|
|||
inherit (devicesFunctions)
|
||||
ownerWriteOthersReadMask
|
||||
readWritePermissions
|
||||
marsIP
|
||||
;
|
||||
in
|
||||
{
|
||||
|
@ -12,7 +13,7 @@ in
|
|||
address0 = "";
|
||||
};
|
||||
ip = {
|
||||
address0 = "192.168.50.196";
|
||||
address0 = marsIP;
|
||||
};
|
||||
boot = {
|
||||
options = ownerWriteOthersReadMask;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ devicesFunctions }:
|
||||
let
|
||||
inherit (devicesFunctions)
|
||||
phoneIP
|
||||
dummy
|
||||
;
|
||||
in
|
||||
|
@ -12,6 +13,6 @@ in
|
|||
address1 = "RUKSHY4-UCBYRVG-CVYFCMU-M3NLA3Q-JINRF5V-YPR5W32-TEIBJN6-DNQRCAR"; # User2
|
||||
};
|
||||
ip = {
|
||||
address0 = "192.168.50.243";
|
||||
address0 = phoneIP;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ devicesFunctions }:
|
||||
let
|
||||
inherit (devicesFunctions)
|
||||
brotherIP
|
||||
dummy
|
||||
;
|
||||
in
|
||||
|
@ -8,6 +9,6 @@ in
|
|||
name = dummy;
|
||||
label = "Brother-HL-2170W";
|
||||
ip = {
|
||||
address0 = "192.168.50.195";
|
||||
address0 = brotherIP;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@ let
|
|||
sambaPermissions
|
||||
userIdForUser0
|
||||
userIdForUser1
|
||||
synologyIP
|
||||
;
|
||||
|
||||
user0 = "nick";
|
||||
|
@ -11,7 +12,6 @@ let
|
|||
user0Name = "Nick";
|
||||
user1Name = "Garnet";
|
||||
synologyName = "synology";
|
||||
synologyIP = "192.168.50.209";
|
||||
in
|
||||
{
|
||||
label = "Synology";
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
inherit (devicesFunctions)
|
||||
readWritePermissions
|
||||
venusIP
|
||||
;
|
||||
drivePath = "/run/media";
|
||||
byLabel = "/dev/disk/by-label";
|
||||
|
@ -11,7 +12,7 @@ in
|
|||
label = "Venus";
|
||||
name = "venus";
|
||||
ip = {
|
||||
address0 = "192.168.58.104";
|
||||
address0 = venusIP;
|
||||
};
|
||||
boot = {
|
||||
options = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue