From e14c936278bc4b3f367da46cdc6e170c7cc52ef2 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 19 Jun 2024 01:09:42 -0500 Subject: [PATCH 1/2] add a mailmap --- .mailmap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..6189c1b --- /dev/null +++ b/.mailmap @@ -0,0 +1,4 @@ +stupidcomputer +stupidcomputer +stupidcomputer +stupidcomputer From c729e57431b1ed8babe17b8ed46db39928f261b1 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Thu, 20 Jun 2024 17:42:27 -0500 Subject: [PATCH 2/2] add usr to the docker group --- boxes/mlg/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/boxes/mlg/default.nix b/boxes/mlg/default.nix index 74fe11a..5964766 100644 --- a/boxes/mlg/default.nix +++ b/boxes/mlg/default.nix @@ -14,6 +14,13 @@ ../../modules/rbw.nix ]; + virtualisation.docker.enable = true; + + + users.users.usr.extraGroups = [ + "docker" + ]; + environment.systemPackages = with pkgs; [ wine xdotool