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