libkookie: remove "group" key from user config

This is now implicitly created by the user harness.
wip/yesman
Katharina Fey 3 years ago
parent b86ac76086
commit 93bda8ccf0
  1. 1
      infra/libkookie/configuration/users/spacekookie/default.nix

@ -7,7 +7,6 @@
description = "Katharina Fey";
home = lib.mkDefault "/home";
uid = lib.mkDefault 1000;
group = "spacekookie";
extraGroups = [ "wheel" "dialout" ];
shell = lib.mkDefault pkgs.fish;
};

Loading…
Cancel
Save