Set NIX_PATH to krops sources
This commit is contained in:
parent
f53b777a7e
commit
049e02089f
|
@ -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" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue