mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 14:42:55 +00:00
sync
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./odroid-m1-setleds.nix
|
||||
./odroid-m1.nix
|
||||
../../modules/odroid-m1-setleds.nix
|
||||
../../modules/odroid-m1.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
|
||||
@@ -7,19 +7,19 @@
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./odroid-m1-setleds.nix
|
||||
./odroid-m1.nix
|
||||
../../modules/odroid-m1-setleds.nix
|
||||
../../modules/odroid-m1.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
networking.hostName = "odroid6";
|
||||
networking.interfaces.end0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.1.226";
|
||||
prefixLength = 24;
|
||||
address = "192.168.4.226";
|
||||
prefixLength = 22;
|
||||
}
|
||||
];
|
||||
|
||||
networking.defaultGateway = "192.168.1.1";
|
||||
networking.nameservers = ["192.168.1.1" "8.8.8.8"];
|
||||
networking.defaultGateway = "192.168.4.1";
|
||||
networking.nameservers = ["192.168.4.1" "8.8.8.8"];
|
||||
}
|
||||
|
||||
@@ -7,19 +7,19 @@
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./odroid-m1-setleds.nix
|
||||
./odroid-m1.nix
|
||||
../../modules/odroid-m1-setleds.nix
|
||||
../../modules/odroid-m1.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
networking.hostName = "odroid7";
|
||||
networking.interfaces.end0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.1.227";
|
||||
prefixLength = 24;
|
||||
address = "192.168.4.227";
|
||||
prefixLength = 22;
|
||||
}
|
||||
];
|
||||
|
||||
networking.defaultGateway = "192.168.1.1";
|
||||
networking.nameservers = ["192.168.1.1" "8.8.8.8"];
|
||||
networking.defaultGateway = "192.168.4.1";
|
||||
networking.nameservers = ["192.168.4.1" "8.8.8.8"];
|
||||
}
|
||||
|
||||
@@ -7,8 +7,9 @@
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./odroid-m1-setleds.nix
|
||||
./odroid-m1.nix
|
||||
../../modules/odroid-m1-setleds.nix
|
||||
../../modules/odroid-m1.nix
|
||||
../../modules/cifs.nix
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
@@ -17,7 +18,7 @@
|
||||
networking.interfaces.end0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.4.228";
|
||||
prefixLength = 24;
|
||||
prefixLength = 22;
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
networking.interfaces.end0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.4.36";
|
||||
prefixLength = 24;
|
||||
prefixLength = 22;
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user