ladies and gentlemen we are floating in rice

This commit is contained in:
atagen 2022-08-26 01:40:49 +10:00
parent 0630c99237
commit 9b1f775943
2 changed files with 19 additions and 9 deletions

View file

@ -38,13 +38,14 @@
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;
# services.geoclue2.enable = true;
time.timeZone = "Australia/Sydney";
services.chrony = {
enable = true;
enableNTS = true;
};
services.localtimed.enable = true;
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"
@ -78,6 +79,7 @@
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.runUsingSystemd = true;
# programs.xwayland.enable = true;
programs.dconf.enable = true;
# Enable sound.
@ -107,9 +109,6 @@
# List packages installed in system profile. To search, run:
environment.systemPackages = with pkgs; [
# this isn't enough to use rust, but it allows us
# to keep the compilers in a nix shell appropriate to the project
# maybe we should just move it all to a project shell.nix idk
rust-analyzer-nightly
(fenix.complete.withComponents [
# "cargo"