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, 14 insertions, 0 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix
new file mode 100644
index 000000000000..592ff6a80ac8
--- /dev/null
+++ b/stallo-configuration.nix
@@ -0,0 +1,14 @@
+
+# Local configuration for 'stallo' (Home desktop PC)
+{ config, ...}:
+
+{
+  networking.hostName = "stallo";
+  networking.wireless.enable = true;
+  networking.wireless.networks = {
+    "How do I computer fast?" = {
+      # Welcome to roast club!
+      psk = "washyourface";
+    };
+  };
+}