This commit is contained in:
2025-08-14 20:05:50 +00:00
parent 00c61a2730
commit ded46ebce2
11 changed files with 113 additions and 67 deletions

View File

@@ -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";

View File

@@ -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"];
}

View File

@@ -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"];
}

View File

@@ -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;
}
];

View File

@@ -15,7 +15,7 @@
networking.interfaces.end0.ipv4.addresses = [
{
address = "192.168.4.36";
prefixLength = 24;
prefixLength = 22;
}
];