about summary refs log tree commit diff
path: root/stallo-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r--stallo-configuration.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix
index 2925152824e6..b58497f9e4b5 100644
--- a/stallo-configuration.nix
+++ b/stallo-configuration.nix
@@ -7,12 +7,14 @@
   # Use proprietary nvidia driver
   services.xserver.videoDrivers = [ "nvidia" ];
 
-  networking.hostName = "stallo";
-  networking.wireless.enable = true;
-  networking.wireless.networks = {
-    "How do I computer?" = {
-      # Welcome to roast club!
-      psk = "washyourface";
+  networking = {
+    hostName = "stallo";
+    wireless.enable = true;
+    wireless.networks = {
+      "How do I computer?" = {
+        # Welcome to roast club!
+        psk = "washyourface";
+      };
     };
   };
 }