ninurta: Activate hydra. Snapper on storage. Do not wait for wlan to come online
This commit is contained in:
parent
175413771d
commit
b18260a8a6
1 changed files with 18 additions and 1 deletions
|
@ -85,7 +85,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = false;
|
enable = true;
|
||||||
package = pkgs.hydra-unstable;
|
package = pkgs.hydra-unstable;
|
||||||
hydraURL = "https://hydra.dadada.li";
|
hydraURL = "https://hydra.dadada.li";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
|
@ -165,6 +165,15 @@ in
|
||||||
TIMELINE_LIMIT_WEEKLY = 6;
|
TIMELINE_LIMIT_WEEKLY = 6;
|
||||||
TIMELINE_LIMIT_MONTHLY = 3;
|
TIMELINE_LIMIT_MONTHLY = 3;
|
||||||
};
|
};
|
||||||
|
configs.storage = {
|
||||||
|
SUBVOLUME = "/mnt/storage";
|
||||||
|
TIMELINE_CREATE = true;
|
||||||
|
TIMELINE_CLEANUP = true;
|
||||||
|
TIMELINE_LIMIT_HOURLY = 24;
|
||||||
|
TIMELINE_LIMIT_DAILY = 13;
|
||||||
|
TIMELINE_LIMIT_WEEKLY = 6;
|
||||||
|
TIMELINE_LIMIT_MONTHLY = 3;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.smartd.enable = true;
|
services.smartd.enable = true;
|
||||||
|
@ -178,6 +187,14 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networks = {
|
networks = {
|
||||||
|
"10-wlan" = {
|
||||||
|
matchConfig.Name = "wlan*";
|
||||||
|
linkConfig.RequiredForOnline = false;
|
||||||
|
};
|
||||||
|
"10-wlo" = {
|
||||||
|
matchConfig.Name = "wlo*";
|
||||||
|
linkConfig.RequiredForOnline = false;
|
||||||
|
};
|
||||||
"10-lan" = {
|
"10-lan" = {
|
||||||
matchConfig.Name = "enp*";
|
matchConfig.Name = "enp*";
|
||||||
networkConfig.DHCP = "ipv4";
|
networkConfig.DHCP = "ipv4";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue