diff options
author | magenbluten <magenbluten@codemonkey.cc> | 2019-05-21 19:43:40 +0200 |
---|---|---|
committer | magenbluten <magenbluten@codemonkey.cc> | 2019-05-21 19:43:40 +0200 |
commit | c74d86cf6a1299ba0a11fcfb2341a8632b147420 (patch) | |
tree | f7b4107bd8959b25e46addc2afd8098a6ef36d4e /mb/1systems/p1nk | |
parent | 7736272ac122ef616a253a8732bcddbddb031047 (diff) |
mb: add new machines
Diffstat (limited to 'mb/1systems/p1nk')
-rw-r--r-- | mb/1systems/p1nk/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mb/1systems/p1nk/configuration.nix b/mb/1systems/p1nk/configuration.nix index 73ef04bff..905630e78 100644 --- a/mb/1systems/p1nk/configuration.nix +++ b/mb/1systems/p1nk/configuration.nix @@ -142,6 +142,7 @@ in { sound.enable = true; hardware.pulseaudio.enable = true; + hardware.pulseaudio.support32Bit = true; services.xserver = { enable = true; |