Compare commits

...

2 Commits

3 changed files with 11 additions and 1 deletions

View File

@ -61,6 +61,7 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
};
services.openssh = {
@ -91,6 +92,7 @@
lm_sensors
git
git-lfs
ripgrep
fd
lazygit

View File

@ -4,7 +4,7 @@
users.users.nafaryus = {
isNormalUser = true;
description = "L-Nafaryus";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "audio" ];
group = "users";
uid = 1000;
initialPassword = "nixos";
@ -39,9 +39,12 @@
discord
pipewire.jack # pw-jack
carla
qpwgraph
wireplumber
yabridge
yabridgectl
lutris
wine
@ -56,6 +59,9 @@
blender
ardour
olive-editor
openshot-qt
musescore
soundux
calf
zynaddsubfx

View File

@ -117,6 +117,8 @@ rec {
recommendedGzipSettings = true;
recommendedTlsSettings = true;
clientMaxBodySize = "5G";
virtualHosts = {
"elnafo.ru" = {
forceSSL = true;