From 73edf49559e604abdcac62d254a276af7b781848 Mon Sep 17 00:00:00 2001 From: ISnortPennies Date: Tue, 7 Feb 2023 21:12:53 -0500 Subject: [PATCH] changed nix settings and time server --- common.nix | 5 +---- nix.nix | 7 +++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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; }