mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
test: setting up nas structure
This commit is contained in:
parent
7cf2f70441
commit
312c52d613
8 changed files with 100 additions and 73 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ flake, ... }:
|
||||
let
|
||||
inherit (import ./config) syncthingVM;
|
||||
inherit (import ./config { inherit flake; }) syncthingVM;
|
||||
inherit (flake.config.people) user0;
|
||||
|
||||
syncthingNick = syncthingVM {
|
||||
|
|
@ -9,29 +9,29 @@ let
|
|||
mac = "02:00:00:00:51:61";
|
||||
userMac = "02:00:00:00:00:61";
|
||||
ssh = 2501;
|
||||
syncID = "RMDKNJY-BTX6FYF-G6SR332-WS6HARI-PF74SC6-VPBSGRQ-MKVQZEQ-KSIB6QV";
|
||||
syncID = "OALKHLZ-OODUWVX-PAC2LI7-UMZMSZO-FELLRCD-RS4DHJS-PVA5YQK-WTFXXQI";
|
||||
deviceIP = "192.168.50.8";
|
||||
};
|
||||
|
||||
syncthingStacie = syncthingVM {
|
||||
user = "stacie";
|
||||
ip = "192.168.50.62";
|
||||
mac = "02:00:00:00:52:62";
|
||||
userMac = "02:00:00:00:00:62";
|
||||
ssh = 2502;
|
||||
syncID = "";
|
||||
deviceIP = "";
|
||||
};
|
||||
# syncthingStacie = syncthingVM {
|
||||
# user = "stacie";
|
||||
# ip = "192.168.50.62";
|
||||
# mac = "02:00:00:00:52:62";
|
||||
# userMac = "02:00:00:00:00:62";
|
||||
# ssh = 2502;
|
||||
# syncID = "";
|
||||
# deviceIP = "";
|
||||
# };
|
||||
|
||||
syncthingGarnet = syncthingVM {
|
||||
user = "garnet";
|
||||
ip = "192.168.50.63";
|
||||
mac = "02:00:00:00:53:63";
|
||||
userMac = "02:00:00:00:00:63";
|
||||
ssh = 2503;
|
||||
syncID = "";
|
||||
deviceIP = "";
|
||||
};
|
||||
# syncthingGarnet = syncthingVM {
|
||||
# user = "garnet";
|
||||
# ip = "192.168.50.63";
|
||||
# mac = "02:00:00:00:53:63";
|
||||
# userMac = "02:00:00:00:00:63";
|
||||
# ssh = 2503;
|
||||
# syncID = "";
|
||||
# deviceIP = "";
|
||||
# };
|
||||
|
||||
in
|
||||
syncthingNick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue