From b3948e24f50341b1a36677209a565f8bbd154465 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 30 Apr 2017 18:48:22 +0200 Subject: l 2 hfos: raise iptables restart delay --- lass/2configs/hfos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lass/2configs') diff --git a/lass/2configs/hfos.nix b/lass/2configs/hfos.nix index f63e5ea5..f8dd2f0d 100644 --- a/lass/2configs/hfos.nix +++ b/lass/2configs/hfos.nix @@ -40,7 +40,7 @@ with import ; systemd.services.libvirtd.serviceConfig.ExecStartPost = let restart-iptables = pkgs.writeDash "restart-iptables" '' #soo hacky - ${pkgs.coreutils}/bin/sleep 1s + ${pkgs.coreutils}/bin/sleep 5s ${pkgs.systemd}/bin/systemctl restart krebs-iptables.service ''; in restart-iptables; -- cgit v1.2.3 From c2c5b04f9daf97d1b6daffd906dde2e0c205cf95 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 30 Apr 2017 18:49:09 +0200 Subject: l 2 xresources: add better black color --- lass/2configs/xresources.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lass/2configs') diff --git a/lass/2configs/xresources.nix b/lass/2configs/xresources.nix index b5e72148..b5ba3df1 100644 --- a/lass/2configs/xresources.nix +++ b/lass/2configs/xresources.nix @@ -33,6 +33,8 @@ let URxvt*.pointerBlankDelay: 987654321 URxvt*.pointerColor: #f042b0 URxvt*.pointerColor2: #050505 + + URxvt*color0: #232342 ''; in { -- cgit v1.2.3 From b528ace23e6540ae9039c95289fe47bd8995756f Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 30 Apr 2017 20:04:06 +0200 Subject: l 2 git: announce the_playlist --- lass/2configs/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lass/2configs') diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index be08d0ec..72866c06 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -34,11 +34,11 @@ let cgit.desc = "take all the computers hostage, they'll love you!"; cgit.section = "configuration"; }; - } // mapAttrs make-public-repo-silent { the_playlist = { cgit.desc = "Good Music collection + tools"; cgit.section = "art"; }; + } // mapAttrs make-public-repo-silent { }; restricted-repos = mapAttrs make-restricted-repo ( -- cgit v1.2.3