This commit is contained in:
Sridhar Ratnakumar 2023-09-18 21:43:11 -04:00
parent 2e0c2224d2
commit 285a50ec6e
2 changed files with 1 additions and 1 deletions

View file

@ -27,6 +27,7 @@
extra-platforms = lib.mkIf pkgs.stdenv.isDarwin "aarch64-darwin x86_64-darwin";
# Nullify the registry for purity.
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
trusted-users = [ "root" flake.config.people.myself ];
};
};
}

View file

@ -28,5 +28,4 @@
};
};
nix.settings.allowed-users = [ "root" "@users" ];
nix.settings.trusted-users = [ "root" flake.config.people.myself ];
}