diff options
author | makefu <github@syntax-fehler.de> | 2017-05-02 09:44:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-02 09:44:08 +0200 |
commit | f1b266e05c61710a0b4b657f5916ac84d579e358 (patch) | |
tree | 432633b6b2c5f27102ffa46b38d915af9983ec7e /lass/2configs | |
parent | cc8efe15822d15d0cb4315b0d0c308474ef3343f (diff) | |
parent | d18c4022d277dd45ffc388b8f3868a42ab9592ad (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/git.nix | 2 | ||||
-rw-r--r-- | lass/2configs/hfos.nix | 2 | ||||
-rw-r--r-- | lass/2configs/xresources.nix | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index be08d0ec1..72866c067 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 ( diff --git a/lass/2configs/hfos.nix b/lass/2configs/hfos.nix index f63e5ea53..f8dd2f0d2 100644 --- a/lass/2configs/hfos.nix +++ b/lass/2configs/hfos.nix @@ -40,7 +40,7 @@ with import <stockholm/lib>; 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; diff --git a/lass/2configs/xresources.nix b/lass/2configs/xresources.nix index b5e721483..b5ba3df14 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 { |