summaryrefslogtreecommitdiff
path: root/hosts/cloud/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud/networking.nix')
-rw-r--r--hosts/cloud/networking.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/cloud/networking.nix b/hosts/cloud/networking.nix
index 8f3021a..499bb0c 100644
--- a/hosts/cloud/networking.nix
+++ b/hosts/cloud/networking.nix
@@ -1,11 +1,12 @@
-{ lib, ... }: {
+{ lib, ... }:
+{
networking.dhcpcd.enable = false;
networking.useNetworkd = true;
systemd.network.enable = true;
systemd.network = {
networks."30-uplink" = {
- matchConfig.Name="enp1s0";
+ matchConfig.Name = "enp1s0";
networkConfig = {
Address = [
"188.245.196.27/32"