Set NIX_PATH to use nixpkgs deployed with krops
This commit is contained in:
parent
4d519bd309
commit
a0c6d7e333
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Set NIX_PATH to use nixpkgs deployed with krops
|
||||
environment.variables.NIX_PATH = lib.mkForce "/var/src";
|
||||
|
||||
networking = {
|
||||
hostName = "arachnide"; # Define your hostname.
|
||||
# Pick only one of the below networking options.
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
boot.loader.systemd-boot.configurationLimit = 7;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Set NIX_PATH to use nixpkgs deployed with krops
|
||||
environment.variables.NIX_PATH = lib.mkForce "/var/src";
|
||||
|
||||
networking = {
|
||||
hostName = "dromadaire"; # Define your hostname.
|
||||
# Pick only one of the below networking options.
|
||||
|
|
Loading…
Reference in a new issue