packaged gck

This commit is contained in:
atagen 2022-08-27 20:15:49 +10:00
parent 2e866a0bef
commit 2aa6e85a57
3 changed files with 30 additions and 18 deletions

View file

@ -37,23 +37,8 @@
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# timezone only needs setting so localtimed has something to work off
# services.geoclue2.enable = true;
time.timeZone = "Australia/Sydney";
time.hardwareClockInLocalTime = true;
# services.chrony = {
# enable = true;
# enableNTS = true;
# };
# services.localtimed.enable = true;
networking.timeServers = [
"0.au.pool.ntp.org"
"1.au.pool.ntp.org"
"2.au.pool.ntp.org"
"3.au.pool.ntp.org"
"pool.ntp.org"
];
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
@ -105,8 +90,6 @@
(import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")
];
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [
rust-analyzer-nightly
@ -133,6 +116,7 @@
git
zsh
];
system.stateVersion = "22.05"; # Did you read the comment?