@cryptotaxi247 / infra / commits / f52e85ac

Set NIX_PATH

Eelco Dolstra committed Oct 10, 2017 at 14:51 UTC f52e85ac21dee9c552ae9c74dd8553877b565116
2 files changed +3 -1
delft/common.nix
+2
@@ -60,6 +60,8 @@ with pkgs.lib;
60 allowed-impure-host-deps = /etc/protocols /etc/services /etc/nsswitch.conf
61 '';
62
63 + nix.nixPath = [ "nixpkgs=channel:nixos-17.09-small" ];
64 +
65 networking.defaultMailServer = {
66 directDelivery = true;
67 hostName = "smtp.tudelft.nl";
nixos-org/webserver.nix
+1 -1
@@ -86,7 +86,7 @@ in
86
87 nix.package = pkgs.nixUnstable;
88
89 - nix.nixPath = [ "nixpkgs=https://nixos.org/channels/nixos-17.03-small/nixexprs.tar.xz" ];
89 + nix.nixPath = [ "nixpkgs=channel:nixos-17.03-small" ];
90
91 security.pam.enableSSHAgentAuth = true;
92