mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
chore: static ip for tower
This commit is contained in:
parent
7529e12268
commit
c10749db95
1 changed files with 9 additions and 1 deletions
|
@ -12,7 +12,15 @@
|
|||
|
||||
networking.hostName = "tower";
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.useNetworkd = true;
|
||||
systemd.network.networks."10-wan" = {
|
||||
matchConfig.Name = "ens18";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
Address = "2a01:e0a:de4:a0e1:8ec7:b5d2:f663:a67a";
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue