Added: Configuration for cyper-pi-2

This commit is contained in:
2026-02-17 22:39:16 +01:00
parent 402b10bf7f
commit 75ea746143
2 changed files with 50 additions and 19 deletions

View File

@@ -0,0 +1,25 @@
{
lib,
...
}:
{
imports = [
./postgres.nix
];
# Any RPi 4 specific customizations go here
networking = {
hostName = lib.mkForce "cyper-pi-2";
# interfaces.end0.ipv4.addresses = [
# {
# address = "192.168.2.41";
# prefixLength = 24;
# }
# ];
# firewall = {
# enable = false;
# };
};
}