diff --git a/hosts/commonWSL-configuration.nix b/hosts/commonWSL-configuration.nix index 340e842..390a147 100644 --- a/hosts/commonWSL-configuration.nix +++ b/hosts/commonWSL-configuration.nix @@ -40,6 +40,7 @@ in ''; nix.settings = { + trusted-users = [ "root" "@wheel" ]; trusted-substituters = [ "http://attic.baklava" ]; trusted-public-keys = [ "systems:tvbHIThn7MAwvgMSiYR3ULVlL6cBrA40afqGuextnNQ=" ]; };