This commit is contained in:
Daniel Langbein 2024-08-23 14:39:00 +02:00
parent 070e121af3
commit 1cda2df727
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@
}; };
script = '' script = ''
set -eu -o pipefail
${config.nix.package.out}/bin/nix-env --delete-generations +7 --profile /nix/var/nix/profiles/system ${config.nix.package.out}/bin/nix-env --delete-generations +7 --profile /nix/var/nix/profiles/system
''; '';
}; };

View File

@ -25,7 +25,6 @@ in
let let
args = strings.concatMapStrings (x: " -a disk/by-id/${x} -i 300") cfg; args = strings.concatMapStrings (x: " -a disk/by-id/${x} -i 300") cfg;
in '' in ''
set -eu -o pipefail
${pkgs.hd-idle}/bin/hd-idle ${args} ${pkgs.hd-idle}/bin/hd-idle ${args}
''; '';
}; };