Update to pro audio
This commit is contained in:
parent
f82a750769
commit
72f8d14197
4 changed files with 26 additions and 25 deletions
|
|
@ -7,7 +7,7 @@
|
|||
/etc/nixos/hardware-configuration.nix
|
||||
# ./laptop.nix
|
||||
# ./pentablet.nix
|
||||
# ./pro_audio.nix
|
||||
./pro_audio.nix
|
||||
# ./defcon.nix
|
||||
# ./mind.nix
|
||||
# ./k3s.nix
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@
|
|||
|
||||
# fileSystems."/" = { options = "noatime errors=remount-ro"; };
|
||||
|
||||
# security.pam.loginLimits = [
|
||||
# { domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; }
|
||||
# { domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; }
|
||||
# { domain = "@audio"; item = "nofile"; type = "soft"; value = "99999"; }
|
||||
# { domain = "@audio"; item = "nofile"; type = "hard"; value = "99999"; }
|
||||
# ];
|
||||
security.pam.loginLimits = [
|
||||
{ domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; }
|
||||
{ domain = "@audio"; item = "rtprio"; type = "-"; value = "99"; }
|
||||
{ domain = "@audio"; item = "nofile"; type = "soft"; value = "99999"; }
|
||||
{ domain = "@audio"; item = "nofile"; type = "hard"; value = "99999"; }
|
||||
];
|
||||
|
||||
# services = {
|
||||
# udev = {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
<nixos-hardware/common/cpu/amd>
|
||||
<nixos-hardware/common/pc/ssd>
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./pro_audio.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue