Nomenclature change: clusters to networks
This commit is contained in:
parent
821d6adf52
commit
014756c9b5
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../clusters/linode.nix
|
../networks/linode.nix
|
||||||
../profiles/cardano-node.nix
|
../profiles/cardano-node.nix
|
||||||
../secrets/airgead.nix
|
../secrets/airgead.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../clusters/linode.nix
|
../networks/linode.nix
|
||||||
../profiles/coturn.nix
|
../profiles/coturn.nix
|
||||||
../profiles/cryptpad.nix
|
../profiles/cryptpad.nix
|
||||||
#../profiles/cyclone-ibis.nix
|
#../profiles/cyclone-ibis.nix
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../clusters/pi2B_rack.nix
|
../networks/pi2B_rack.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../clusters/pi3B_rack.nix
|
../networks/pi3B_rack.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../clusters/pi3B_rack.nix
|
../networks/pi3B_rack.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../clusters/pi3B_rack.nix
|
../networks/pi3B_rack.nix
|
||||||
../profiles/transmission.nix
|
../profiles/transmission.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../clusters/pi3B_rack.nix
|
../networks/pi3B_rack.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
Loading…
Reference in a new issue