Set NIX_PATH to krops sources

This commit is contained in:
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

View file

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