summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lass/1systems/skynet/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lass/1systems/skynet/config.nix b/lass/1systems/skynet/config.nix
index 6fa03c4a..a48df02b 100644
--- a/lass/1systems/skynet/config.nix
+++ b/lass/1systems/skynet/config.nix
@@ -11,7 +11,7 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/fetchWallpaper.nix>
<stockholm/lass/2configs/backups.nix>
{
- # locke config
+ # discordius config
services.xserver.enable = true;
users.users.discordius = {
uid = genid "discordius";
@@ -25,6 +25,7 @@ with import <stockholm/lib>;
useDefaultShell = true;
};
networking.networkmanager.enable = true;
+ networking.wireless.enable = mkForce false;
hardware.pulseaudio = {
enable = true;
systemWide = true;