Allow remote builds

This commit is contained in:
2024-07-19 19:20:16 -07:00
parent a95a5e111a
commit e3b2046538

View File

@@ -2,7 +2,10 @@
{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "@wheel" ];
};
users.users.nettika = {
isNormalUser = true;