Refactored nix allowed users

This commit is contained in:
Julien Malka 2021-12-25 22:16:24 +01:00
parent f6e268422c
commit 2a03f29b63
2 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,6 @@ with lib;
nixpkgs.config.allowUnfree = true;
nix = {
autoOptimiseStore = true;
allowedUsers = [ "julien" "hydra" "nix-serve" ];
gc = {
automatic = true;
dates = "daily";