Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit 96661dd0d4 - Show all commits

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
networking = { networking = {
@ -10,6 +10,9 @@
allowedTCPPorts = [ 22 ]; allowedTCPPorts = [ 22 ];
}; };
# Make sure we use iptables
nftables.enable = lib.mkForce false;
hosts = { hosts = {
"84.88.53.236" = [ "apex" "ssfhead.bsc.es" "ssfhead" ]; "84.88.53.236" = [ "apex" "ssfhead.bsc.es" "ssfhead" ];
"84.88.51.152" = [ "raccoon" ]; "84.88.51.152" = [ "raccoon" ];