This commit is contained in:
2025-11-26 18:14:43 +01:00
parent f8fca9092d
commit 6925f6a46b
2 changed files with 9 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{ ... }:
{
import = [
imports = [
../rpi4
];

View File

@@ -17,24 +17,19 @@
generic-extlinux-compatible.enable = true;
};
networking.hostName = "nix-rpi4-1"; # Define your hostname.
networking = {
networkmanager.enable = false;
useNetworkd = true;
useDHCP = false;
interfaces.end0 = {
defaultGateway = {
address = "192.168.2.1";
interface = "end0";
};
nameservers = [
"192.168.2.2"
"1.1.1.1"
"8.8.8.8"
];
nameservers = [
"192.168.2.2"
"1.1.1.1"
"8.8.8.8"
];
defaultGateway = {
address = "192.168.2.1";
interface = "end0";
};
wireless = {