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') 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 ; 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 e349150eff314466c50738557bef04e65286668d Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 30 Apr 2017 18:48:54 +0200 Subject: l 1 prism: add stuff for dritter --- lass/1systems/prism.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'lass') diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 41a909f16..c897ab655 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -26,7 +26,6 @@ in { services.udev.extraRules = '' SUBSYSTEM=="net", ATTR{address}=="54:04:a6:7e:f4:06", NAME="et0" ''; - } ../2configs/retiolum.nix ../2configs/exim-smarthost.nix @@ -363,6 +362,23 @@ in { ]; }; } + { + #stuff for dritter + users.extraUsers.dritter = { + name = "dritter"; + uid = genid "dritter"; + home = "/home/dritter"; + group = "users"; + createHome = true; + useDefaultShell = true; + extraGroups = [ + "download" + ]; + openssh.authorizedKeys.keys = [ + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnqOWDDk7QkSAvrSLkEoz7dY22+xPyv5JDn2zlfUndfavmTMfZvPx9REMjgULbcCSM4m3Ncf40yUjciDpVleGoEz82+p/ObHAkVWPQyXRS3ZRM2IJJultBHEFc61+61Pi8k3p5pBhPPaig6VncJ4uUuuNqen9jqLesSTVXNtdntU2IvnC8B8k1Kq6fu9q1T2yEOMxkD31D5hVHlqAly0LdRiYvtsRIoCSmRvlpGl70uvPprhQxhtoiEUeDqmIL7BG9x7gU0Swdl7R0/HtFXlFuOwSlNYDmOf/Zrb1jhOpj4AlCliGUkM0iKIJhgH0tnJna6kfkGKHDwuzITGIh6SpZ dritter@Janeway" + ]; + }; + } ]; krebs.build.host = config.krebs.hosts.prism; -- 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') 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 { -- 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') 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 ( -- cgit v1.2.3