pi stuff
This commit is contained in:
@@ -44,11 +44,11 @@
|
||||
network = {
|
||||
hostName = "pi4";
|
||||
ipv4 = {
|
||||
interface = "end0";
|
||||
method = "manual";
|
||||
address = "10.0.1.2/24";
|
||||
gateway = "10.0.1.1";
|
||||
dns = "1.1.1.1";
|
||||
interface = "enabcm6e4ei0";
|
||||
};
|
||||
firewall = {
|
||||
enable = true;
|
||||
@@ -58,11 +58,22 @@
|
||||
};
|
||||
networkmanager = {
|
||||
profiles = {
|
||||
"static-enabcm6e4ei0" = {
|
||||
"static-end0" = {
|
||||
type = "ethernet";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
waydroid.enable = false;
|
||||
libvirtd.enable = false;
|
||||
};
|
||||
|
||||
# Root user configuration - explicit to avoid conflicts with home-manager
|
||||
users.users.root = {
|
||||
isSystemUser = true;
|
||||
isNormalUser = false;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
};
|
||||
network = {
|
||||
hostName = "pi5";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user