carotte: zfs: disable
[sourcephile-nix.git] / hosts / mermet / system.nix
index 07b46564f53e966efcaf88cc8449842aebe06340..bd4e330256c085311a7f8cb424fc3cef8001643c 100644 (file)
@@ -1,4 +1,4 @@
-{ pkgs, config, ... }:
+{ pkgs, lib, config, ... }:
 {
   # This value determines the NixOS release with which your system is to be
   # compatible, in order to avoid breaking some software such as database servers.
@@ -9,6 +9,7 @@
 
   nix.gc.dates = "daily";
   nix.gc.options = "--delete-older-than 2d";
+  nix.registry = lib.mkForce { };
 
   # Setting the machine-id avoids to reencrypt all credentials
   # when reinstalling NixOS on a new drive.