From 2cd861a769c42faf56448deccb2fb12a9b434591 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 26 Nov 2018 17:25:26 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20syst=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/LoutreOS/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index abd18ba73..16c4014ca 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -5,7 +5,7 @@ { config, pkgs, ... }: let - gitRev = "b9c2a5800f8d42cedf0545663187597f73ca2b51"; + gitRev = "17d85e2162f7a65d8515626692d2ae55226d4680"; nixpkgs = fetchTarball "https://github.com/nyanloutre/nixpkgs/archive/${gitRev}.tar.gz"; in { @@ -53,8 +53,8 @@ in }; networking.firewall = { - allowedTCPPorts = [ ]; - allowedUDPPorts = [ ]; + allowedTCPPorts = [ ]; + allowedUDPPorts = [ ]; enable = true; };