diff options
author | makefu <github@syntax-fehler.de> | 2016-12-25 00:33:39 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-12-25 00:33:39 +0100 |
commit | 47ade5b208c2fa2a1c4b96cbe753d2889a9da55e (patch) | |
tree | bfb13112f8d449e72693959830f8491190fabf81 /lass/1systems/helios.nix | |
parent | 3682e60aee26578f3163920b9feab641b21f5e5c (diff) | |
parent | 1d2c9377bc7b21ff7d27c6c04873a46df083d655 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/1systems/helios.nix')
-rw-r--r-- | lass/1systems/helios.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix index 4472816e3..298c9083d 100644 --- a/lass/1systems/helios.nix +++ b/lass/1systems/helios.nix @@ -30,6 +30,7 @@ with import <stockholm/lib>; networking.wireless.enable = true; hardware.pulseaudio = { enable = true; + systemWide = true; }; users.users.ferret = { uid = genid "ferret"; |