summaryrefslogtreecommitdiff
path: root/hosts/omar/configuration.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-12-25 21:07:51 +0000
committerLinnnus <[email protected]>2024-12-27 09:07:52 +0100
commitd925e7a6f8d0af246fd8ad7e253c510bdf3c8eb5 (patch)
treecdf8546347e7255c426fa433602a55f37468c779 /hosts/omar/configuration.nix
parent3bf29c686274e19576aeb4f19510fa0702d2cb0c (diff)
omar: Add wpa networking config
Diffstat (limited to 'hosts/omar/configuration.nix')
-rw-r--r--hosts/omar/configuration.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/omar/configuration.nix b/hosts/omar/configuration.nix
index 681a199..69df37a 100644
--- a/hosts/omar/configuration.nix
+++ b/hosts/omar/configuration.nix
@@ -12,6 +12,8 @@
../../shared/nixos-and-darwin/common-shell-settings
../../shared/nixos-and-darwin/common-hm-settings
../../shared/nixos/zfs-impermenance
+
+ ./wireless-networking
];
boot.loader.grub = {
@@ -34,10 +36,6 @@
# Should match containing folder.
networking.hostName = "omar";
- # Pick only one of the below networking options.
- networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
- # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
-
# Create the main user.
users.users.linus = {
isNormalUser = true;