test: setting up nas structure

This commit is contained in:
Nick 2025-12-07 04:37:17 -06:00
parent 7cf2f70441
commit 312c52d613
8 changed files with 100 additions and 73 deletions

View file

@ -1,6 +1,6 @@
{ flake, ... }:
{ flake, lib, ... }:
let
inherit (import ./config) photoprismVM;
inherit (import ./config { inherit flake lib; }) photoprismVM;
inherit (flake.config.people) user0;
photoprismNick = photoprismVM {
@ -11,21 +11,22 @@ let
ssh = 2504;
};
photoprismStacie = photoprismVM {
user = "stacie";
ip = "192.168.50.65";
mac = "02:00:00:00:55:65";
userMac = "02:00:00:00:00:65";
ssh = 2505;
};
# photoprismStacie = photoprismVM {
# user = "stacie";
# ip = "192.168.50.65";
# mac = "02:00:00:00:55:65";
# userMac = "02:00:00:00:00:65";
# ssh = 2505;
# };
photoprismGarnet = photoprismVM {
user = "garnet";
ip = "192.168.50.66";
mac = "02:00:00:00:56:66";
userMac = "02:00:00:00:00:66";
ssh = 2506;
};
# photoprismGarnet = photoprismVM {
# user = "garnet";
# ip = "192.168.50.66";
# mac = "02:00:00:00:56:66";
# userMac = "02:00:00:00:00:66";
# ssh = 2506;
# };
in
photoprismNick // photoprismStacie // photoprismGarnet
photoprismNick
# // photoprismStacie // photoprismGarnet