forked from M-Labs/it-infra
Compare commits
No commits in common. "b1779b57cc40ef6203d16d08979fd2a7985ff92a" and "eabd92d2e8aebcfa4220048b9f1fba36c929016b" have entirely different histories.
b1779b57cc
...
eabd92d2e8
|
@ -358,14 +358,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Break cycle dependency making netdev service stop when network-setup is stopped
|
||||
systemd.services."${netifAlt}-netdev" = {
|
||||
partOf = pkgs.lib.mkOverride 1 [ ];
|
||||
};
|
||||
systemd.services."${netifUSA}-netdev" = {
|
||||
partOf = pkgs.lib.mkOverride 1 [ ];
|
||||
};
|
||||
|
||||
# https://kb.isc.org/docs/dnssec-key-and-signing-policy
|
||||
# chown named.named /etc/nixos/named
|
||||
services.bind = {
|
||||
|
@ -990,7 +982,7 @@ in
|
|||
expires 60d;
|
||||
'';
|
||||
};
|
||||
locations."/nuc-netboot/".alias = "${import ./defenestrate { prioNixbld = true; } }/";
|
||||
locations."/nuc-netboot/".alias = "${import ./defenestrate}/";
|
||||
|
||||
# legacy URLs, redirect to avoid breaking people's bookmarks
|
||||
locations."/gateware.html".extraConfig = ''
|
||||
|
|
Loading…
Reference in New Issue