hydra: activate features

This commit is contained in:
Sandro - 2022-06-24 01:14:37 +02:00
parent 016d87540d
commit 639fbb597e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 12 additions and 7 deletions

View File

@ -10,13 +10,18 @@
networking.firewall.allowedTCPPorts = [ 3001 ];
nix.settings = {
substituters = [
"https://cache.ngi0.nixos.org/"
];
trusted-public-keys = [
"cache.ngi0.nixos.org-1:KqH5CBLNSyX184S9BKZJo1LxrxJ9ltnY2uAs5c/f1MA="
];
nix = {
settings = {
substituters = [
"https://cache.ngi0.nixos.org/"
];
trusted-public-keys = [
"cache.ngi0.nixos.org-1:KqH5CBLNSyX184S9BKZJo1LxrxJ9ltnY2uAs5c/f1MA="
];
};
extraOptions = ''
experimental-features = ca-derivations nix-command flakes
'';
};
services = {