nix: add @wheel to trusted-users everywhere
This commit is contained in:
parent
b04e6d1313
commit
2d42894fa7
|
@ -13,6 +13,5 @@ in
|
||||||
# Allow remote deployment with colmena
|
# Allow remote deployment with colmena
|
||||||
deployment.targetUser = null;
|
deployment.targetUser = null;
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
nix.settings.trusted-users = [ "@wheel" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
};
|
};
|
||||||
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
nix.nixPath = [ "nixpkgs=flake:nixpkgs" ];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nix.settings.trusted-users = [ "@wheel" ];
|
||||||
|
|
||||||
# this is a dependency of feishin (used in qenya's home-manager). it does not actually have a known vulnerability,
|
# this is a dependency of feishin (used in qenya's home-manager). it does not actually have a known vulnerability,
|
||||||
# it's just unsuspported because Electron's support cycle is a ludicrously short 6 months.
|
# it's just unsuspported because Electron's support cycle is a ludicrously short 6 months.
|
||||||
|
|
Loading…
Reference in a new issue