networking: Set up static IP address
This commit is contained in:
parent
317cdf0039
commit
acd7cc802b
3 changed files with 47 additions and 2 deletions
configuration/hardware-specific
|
@ -11,6 +11,11 @@
|
|||
# Use the staging secrets
|
||||
sops.defaultSopsFile = lib.mkOverride 99 ../../keys/staging.yaml;
|
||||
|
||||
systemd.network.networks."10-eth0" = {
|
||||
matchConfig.Name = "eth0";
|
||||
networkConfig.DHCP = "yes";
|
||||
};
|
||||
|
||||
# # Set up VM settings to match real VPS
|
||||
# virtualisation.memorySize = 3941;
|
||||
# virtualisation.cores = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue