2022-12-19 09:09:08 +00:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
2021-07-18 08:27:19 +01:00
|
|
|
imports = [
|
2024-01-26 16:43:36 +00:00
|
|
|
./scripts/download.nix
|
2021-07-18 08:27:19 +01:00
|
|
|
./scripts/mount-vault.nix
|
2024-01-26 16:43:36 +00:00
|
|
|
./scripts/resize-images.nix
|
2021-07-18 08:27:19 +01:00
|
|
|
./scripts/umount-vault.nix
|
|
|
|
];
|
|
|
|
}
|