summaryrefslogtreecommitdiffstats
path: root/lass/2configs
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs')
-rw-r--r--lass/2configs/git.nix2
-rw-r--r--lass/2configs/hfos.nix2
-rw-r--r--lass/2configs/xresources.nix2
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 {