This commit is contained in:
Vivian 2022-08-23 22:31:19 +02:00
parent 12c415edf7
commit 09f38ef5bf
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" ];