From 7092a1d2ce251d7b0097a3b44a7448d8ffb01401 Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 21 Sep 2023 01:33:20 +0200 Subject: [PATCH] chore: fix typo --- modules/default.nix | 2 +- modules/system/{deteministic-ids.nix => deterministic-ids.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/system/{deteministic-ids.nix => deterministic-ids.nix} (100%) diff --git a/modules/default.nix b/modules/default.nix index cf44874..9f047f9 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -44,7 +44,7 @@ ./security/acme-wildcard.nix - ./system/deteministic-ids.nix + ./system/deterministic-ids.nix ]; nixpkgs.overlays = [ diff --git a/modules/system/deteministic-ids.nix b/modules/system/deterministic-ids.nix similarity index 100% rename from modules/system/deteministic-ids.nix rename to modules/system/deterministic-ids.nix