forked from M-Labs/it-infra
nixbld: work around hidden hydra sudo dependency
This commit is contained in:
parent
8e20a3df6e
commit
995f8897a4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue