Added
This commit is contained in:
16
hosts/rpi4-1/default.nix
Normal file
16
hosts/rpi4-1/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
import = [
|
||||
../rpi4
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "nix-rpi1";
|
||||
interfaces.end0.ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.2.35";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user