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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue