mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed nix settings and time server
This commit is contained in:
parent
a774a19d6e
commit
73edf49559
2 changed files with 4 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
7
nix.nix
7
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue