pruflas: enable nix flakes
This commit is contained in:
parent
16d1b3a2bd
commit
119c0cc493
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,13 @@ in
|
||||||
{
|
{
|
||||||
imports = [ this.profiles.base ];
|
imports = [ this.profiles.base ];
|
||||||
|
|
||||||
|
nix = {
|
||||||
|
package = pkgs.nixFlakes;
|
||||||
|
extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = hostName;
|
networking.hostName = hostName;
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"10.3.3.3" = [ "hydra.dadada.li" ];
|
"10.3.3.3" = [ "hydra.dadada.li" ];
|
||||||
|
@ -15,6 +22,7 @@ in
|
||||||
|
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.hydra-unstable;
|
||||||
hydraURL = "https://hydra.dadada.li";
|
hydraURL = "https://hydra.dadada.li";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue