Compare commits
No commits in common. "8db66821e4c739f57ed4e1bd1265e6a751d0bf7b" and "d2274ce0159d71bb425fba145e5caa60e2386820" have entirely different histories.
8db66821e4
...
d2274ce015
@ -61,7 +61,6 @@
|
|||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
@ -92,7 +91,6 @@
|
|||||||
lm_sensors
|
lm_sensors
|
||||||
|
|
||||||
git
|
git
|
||||||
git-lfs
|
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
lazygit
|
lazygit
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
users.users.nafaryus = {
|
users.users.nafaryus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "L-Nafaryus";
|
description = "L-Nafaryus";
|
||||||
extraGroups = [ "networkmanager" "wheel" "audio" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
group = "users";
|
group = "users";
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
initialPassword = "nixos";
|
initialPassword = "nixos";
|
||||||
@ -39,12 +39,9 @@
|
|||||||
|
|
||||||
discord
|
discord
|
||||||
|
|
||||||
pipewire.jack # pw-jack
|
|
||||||
carla
|
carla
|
||||||
qpwgraph
|
qpwgraph
|
||||||
wireplumber
|
wireplumber
|
||||||
yabridge
|
|
||||||
yabridgectl
|
|
||||||
|
|
||||||
lutris
|
lutris
|
||||||
wine
|
wine
|
||||||
@ -59,9 +56,6 @@
|
|||||||
blender
|
blender
|
||||||
ardour
|
ardour
|
||||||
olive-editor
|
olive-editor
|
||||||
openshot-qt
|
|
||||||
musescore
|
|
||||||
soundux
|
|
||||||
|
|
||||||
calf
|
calf
|
||||||
zynaddsubfx
|
zynaddsubfx
|
||||||
|
@ -117,8 +117,6 @@ rec {
|
|||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
|
||||||
clientMaxBodySize = "5G";
|
|
||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"elnafo.ru" = {
|
"elnafo.ru" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user