This commit is contained in:
Daniel Langbein 2023-11-28 15:19:30 +01:00
parent a02da21712
commit f2f483adf5
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,7 @@
# 6tb2; not supported by hdparm / does not support setting idle timer # 6tb2; not supported by hdparm / does not support setting idle timer
"ata-ST6000DM003-2CY186_ZR11WA9K" "ata-ST6000DM003-2CY186_ZR11WA9K"
]; ];
yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini);
boot.kernelParams = []; boot.kernelParams = [];
boot.kernelPackages = pkgs.linuxPackages; boot.kernelPackages = pkgs.linuxPackages;

View File

@ -16,8 +16,6 @@ let
stay-awake-file = "${config.networking.hostName}.stay-awake"; stay-awake-file = "${config.networking.hostName}.stay-awake";
in in
{ {
yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini);
assertions = [{ assertions = [{
assertion = config.services.openssh.enable; assertion = config.services.openssh.enable;
message = "systemd service daily-backup-and-suspend requires SSH."; message = "systemd service daily-backup-and-suspend requires SSH.";