From 38d50cb04d9a54793149c9c6559bd26da33db69d Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 9 Jun 2021 10:05:51 +0200 Subject: [PATCH] nixpkgs-fmt run --- nixos/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index dbd93ba..467f8e1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -5,7 +5,7 @@ { config, pkgs, ... }: let - unstable = import {}; + unstable = import { }; in { @@ -95,8 +95,8 @@ in # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; - networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ]; - networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ]; # for KDE connect + networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }]; + networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }]; # for KDE connect # Or disable the firewall altogether. # networking.firewall.enable = false; @@ -207,12 +207,12 @@ in # declarative containers containers = { - # hash2PubSim = import ./Hash2PubTestbed.nix - # { - # inherit pkgs config; - # experimentUid = config.users.users.spiollinux.uid; - # projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW"; - # }; + # hash2PubSim = import ./Hash2PubTestbed.nix + # { + # inherit pkgs config; + # experimentUid = config.users.users.spiollinux.uid; + # projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW"; + # }; }; # stop NetworkManager from managing virtual interfaces