ixvm-fra01: add lukegb to bird2 group

This commit is contained in:
Luke Granger-Brown 2020-05-06 23:29:57 +01:00
parent cf4109aaf9
commit f27ec35837

View file

@ -125,7 +125,7 @@ in {
lukegb = { lukegb = {
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" "bird2" ];
hashedPassword = secrets.passwordHashes.root; hashedPassword = secrets.passwordHashes.root;
}; };
}; };