diff options
author | lassulus <lassulus@lassul.us> | 2018-04-20 23:31:08 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-04-20 23:37:15 +0200 |
commit | c85c0f1b39aed212bb128c674f194f124a9454ce (patch) | |
tree | 2ac554cd5e831b12619ab3bf08652813486e7fb0 /lass | |
parent | e77030e772899bcc747568752cdb2a997a6972bf (diff) |
l prism.r: fix deprecation warnings
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/prism/config.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index e937db83a..983604f8e 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -8,11 +8,15 @@ in { imports = [ <stockholm/lass> { - networking.interfaces.et0.ip4 = [ + networking.interfaces.et0.ipv4.addresses = [ { address = ip; prefixLength = 27; } + { + address = "46.4.114.243"; + prefixLength = 27; + } ]; networking.defaultGateway = "46.4.114.225"; networking.nameservers = [ |