Compare commits
2 Commits
d2274ce015
...
8db66821e4
Author | SHA1 | Date | |
---|---|---|---|
8db66821e4 | |||
62456d12f1 |
@ -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
|
||||
|
@ -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
|
||||
|
@ -117,6 +117,8 @@ rec {
|
||||
recommendedGzipSettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
clientMaxBodySize = "5G";
|
||||
|
||||
virtualHosts = {
|
||||
"elnafo.ru" = {
|
||||
forceSSL = true;
|
||||
|
Loading…
Reference in New Issue
Block a user