Set NIX_PATH to krops sources

restic-rest-server
Simon Bruder 2020-12-12 16:15:43 +01:00
parent f53b777a7e
commit 049e02089f
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@
system.stateVersion = "20.03";
nix = {
nixPath = [
"/var/src" # pinned nixpkgs and configuration
];
# Make sudoers trusted nix users
trustedUsers = [ "@wheel" ];