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