This commit is contained in:
Vivian 2022-08-23 22:31:19 +02:00
parent 0e0309f7e9
commit 7d45857a00
9 changed files with 364 additions and 13 deletions

View file

@ -17,6 +17,7 @@
# Nix Settings
nix = {
package = pkgs.nixUnstable;
registry.nixpkgs.flake = inputs.nixpkgs;
settings = {
auto-optimise-store = true;
trusted-users = [ "root" "victor" ];