progrss?
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{ config, lib, pkgs, allowed, ... }:
|
||||
{ config, lib, pkgs, allowed, secrets, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
@@ -60,7 +60,14 @@
|
||||
#hardware.pulseaudio.enable = true;
|
||||
|
||||
# rtkit is optional but recommended
|
||||
security.rtkit.enable = true;
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
pki.certificates = [
|
||||
secrets.easyroamCa
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user