diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index 896a379..655b642 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -41,6 +41,9 @@ programs.zsh.enable = lib.mkForce false; programs.git.package = pkgs.gitMinimal; + nix.registry = lib.mkForce { }; + nix.nixPath = lib.mkForce [ ]; + sops.secrets = { "dibbler/postgresql/password" = { owner = "dibbler";