Set NIX_PATH to use nixpkgs deployed with krops

This commit is contained in:
Douze Bé 2024-12-19 11:41:26 +01:00
parent 4d519bd309
commit a0c6d7e333
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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.