forked from fediversity/fediversity
Compare commits
2 commits
9f7b74a43d
...
3ec2acceaf
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ec2acceaf | |||
| faf5e8a7ae |
3 changed files with 4 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ in
|
|||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
system.stateVersion = "24.05"; # do not change
|
||||
nixpkgs.hostPlatform = mkDefault "x86_64-linux";
|
||||
nix.gc.automatic = mkDefault true;
|
||||
|
||||
## This is just nice to have, but it is also particularly important for the
|
||||
## Forgejo CI runners because the Nix configuration in the actions is directly
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
priority = 1;
|
||||
size = "500M";
|
||||
type = "EF00";
|
||||
label = "boot";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
|
|
|
|||
|
|
@ -44,4 +44,7 @@
|
|||
|
||||
## For the Docker mode of the runner.
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# we should probably prevent CI from trashing CI builds
|
||||
nix.gc.automatic = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue