mise à jour système

This commit is contained in:
nyanloutre 2018-11-26 17:25:26 +01:00
parent 1026c2c5f9
commit 2cd861a769

View File

@ -5,7 +5,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
gitRev = "b9c2a5800f8d42cedf0545663187597f73ca2b51"; gitRev = "17d85e2162f7a65d8515626692d2ae55226d4680";
nixpkgs = fetchTarball "https://github.com/nyanloutre/nixpkgs/archive/${gitRev}.tar.gz"; nixpkgs = fetchTarball "https://github.com/nyanloutre/nixpkgs/archive/${gitRev}.tar.gz";
in in
{ {
@ -53,8 +53,8 @@ in
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ ]; allowedTCPPorts = [ ];
allowedUDPPorts = [ ]; allowedUDPPorts = [ ];
enable = true; enable = true;
}; };