nixbld: work around hidden hydra sudo dependency

pull/21/head
Sebastien Bourdeauducq 2022-01-17 18:48:23 +08:00
parent 8e20a3df6e
commit 995f8897a4
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ in
];
shell = pkgs.fish;
};
security.sudo.enable = false;
# https://github.com/NixOS/nixpkgs/issues/155357
security.sudo.enable = true;
users.extraUsers.sb = {
isNormalUser = true;