diff --git a/common.nix b/common.nix index 085946c..907c3db 100644 --- a/common.nix +++ b/common.nix @@ -57,13 +57,10 @@ timesyncd = { enable = true; servers = [ - "time.google.com" - "time2.google.com" + "time.cloudflare.com" ]; }; }; - #terminal stuff i18n.defaultLocale = "en_US.UTF-8"; - programs.dconf.enable = true; services.gvfs.enable = true; #gvfs for pcmanfm } diff --git a/nix.nix b/nix.nix index 459da26..b584fc8 100644 --- a/nix.nix +++ b/nix.nix @@ -29,11 +29,10 @@ experimental-features = ["nix-command" "flakes" "repl-flake"]; auto-optimise-store = true; warn-dirty = false; + flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}''; + keep-outputs = false; + keep-derivations = false; }; - extraOptions = '' - keep-outputs = false - keep-derivations = false - ''; }; environment.etc."booted-system".source = self; }