Add @wheel to nix trusted users to allow remote deployment.
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
./flakes.nix
|
./flakes.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
|
./nix.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./sudo.nix
|
./sudo.nix
|
||||||
];
|
];
|
||||||
|
|||||||
3
hosts/common/global/nix.nix
Normal file
3
hosts/common/global/nix.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
nix.settings.trusted-users = [ "root" "@wheel" ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user