ozone discord

This commit is contained in:
Noa Aarts 2024-02-29 23:48:45 +01:00
parent c87350f6a7
commit d0af942359
3 changed files with 11 additions and 35 deletions

View file

@ -26,11 +26,15 @@
# Enable networking
networking.networkmanager.enable = true;
nix.settings = {
# auto optimise every so often
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"];
nix = {
settings = {
# auto optimise every so often
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"];
};
gc.automatic = true;
};
# Set your time zone.
time.timeZone = "Europe/Amsterdam";