define flake registry

This commit is contained in:
cy 2025-01-22 18:53:05 -05:00
parent a29326adf1
commit 6da74e745e

View file

@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
nix = {
settings = {
@ -26,6 +26,7 @@
extraOptions = ''
builders-use-substitutes = true
'';
registry.nixpkgs.flake = inputs.nixpkgs;
};
time.timeZone = "America/Toronto";
networking.firewall.logRefusedConnections = false;