Remotebuild as Systemuser, because It wouldn't work without

This commit is contained in:
Kaybee 2024-11-21 16:15:18 +01:00
parent 823ec464e0
commit fe1874be0c

View file

@ -7,6 +7,7 @@
# Configure Nix # Configure Nix
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.trusted-users=[ "remotebuild" ];
nix.settings.trusted-public-keys = [ nix.settings.trusted-public-keys = [
"cache.HyperC:90YNJ0eWsuBGVVP989lJh1rL8C0KM6IKbAtEUiu+FCU=" "cache.HyperC:90YNJ0eWsuBGVVP989lJh1rL8C0KM6IKbAtEUiu+FCU="
]; ];