backwards: Add network module

This commit is contained in:
Alexander Heldt
2024-08-15 15:39:58 +02:00
parent f92159ab3b
commit f43e0b802b
2 changed files with 22 additions and 6 deletions

View File

@@ -13,12 +13,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "backwards";
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Enable networking
networking.networkmanager.enable = true;
time.timeZone = "Europe/Stockholm";
i18n.defaultLocale = "en_GB.UTF-8";