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 | e1ea2501ae2e5fc285f618b747a5caa66ae3e6da (patch) | |
tree | b5aec00a5b0532d09cbceac3d08e6b2e28ef09bb /mb/1systems/p1nk | |
parent | 97e7944aa61366ce43140779ef6e0b6d65cd621e (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 73ef04b..905630e 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; |