Added
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
import = [
|
||||
imports = [
|
||||
../rpi4
|
||||
];
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user