Added: Configuration for cyper-pi-2
This commit is contained in:
25
hosts/cyper-pi-2/configuration.nix
Normal file
25
hosts/cyper-pi-2/configuration.nix
Normal 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;
|
||||
# };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user