pruflas: enable nix flakes

This commit is contained in:
Tim Schubert 2021-01-02 23:08:14 +01:00
parent 16d1b3a2bd
commit 119c0cc493
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -6,6 +6,13 @@ in
{
imports = [ this.profiles.base ];
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
networking.hostName = hostName;
networking.hosts = {
"10.3.3.3" = [ "hydra.dadada.li" ];
@ -15,6 +22,7 @@ in
services.hydra = {
enable = true;
package = pkgs.hydra-unstable;
hydraURL = "https://hydra.dadada.li";
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];