.
This commit is contained in:
parent
9e55b23c29
commit
5ebcc3bcec
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -76,7 +76,6 @@
|
|||
# sound.enable = true;
|
||||
# hardware.pulseaudio.enable = true;
|
||||
# rtkit is optional but recommended
|
||||
security.rtkit.enable = true;
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
apparmor = {
|
||||
|
|
Loading…
Reference in a new issue