Fix CVE-2021-3156
This commit is contained in:
parent
2bcb07ee60
commit
6fc5a2b1ea
2 changed files with 6 additions and 0 deletions
5
common/sudo.nix
Normal file
5
common/sudo.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs,... }:
|
||||
|
||||
{
|
||||
security.sudo.execWheelOnly = true;
|
||||
}
|
1
hive.nix
1
hive.nix
|
@ -23,6 +23,7 @@ in {
|
|||
(import "${sources.home-manager}/nixos")
|
||||
(import "${sources.agenix}/modules/age.nix")
|
||||
./pinning.nix
|
||||
./common/sudo.nix
|
||||
./common/utilities.nix
|
||||
./users/qenya.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue