mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
a02da21712
commit
f2f483adf5
@ -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;
|
||||||
|
@ -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.";
|
||||||
|
Loading…
Reference in New Issue
Block a user