updated defiant config so it builds

This commit is contained in:
Leyla Becker 2024-09-02 21:10:22 -05:00
parent 1217959d6d
commit 91fe8cc1b4
3 changed files with 41 additions and 3 deletions

View file

@ -6,6 +6,9 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Enable networking
networking.networkmanager.enable = true;
# Set your time zone.
time.timeZone = "America/Chicago";