Skip to content

Commit e21f3e7

Browse files
committed
resolve nix.gc.options conflict for servers
1 parent a230cd2 commit e21f3e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hosts/categories/servers.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ config, pkgs, ... }:
1+
{ config, pkgs, lib, ... }:
22

33
{
44
# Common configuration for server hosts
@@ -50,6 +50,6 @@
5050
nix.gc = {
5151
automatic = true;
5252
dates = "weekly";
53-
options = "--delete-older-than 14d";
53+
options = lib.mkForce "--delete-older-than 14d";
5454
};
5555
}

0 commit comments

Comments
 (0)