style: removing the extraOptions nix to more clear option
This commit is contained in:
parent
852eab5386
commit
c95811536f
2 changed files with 9 additions and 10 deletions
|
|
@ -48,15 +48,6 @@
|
|||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
nginx = {
|
||||
virtualHosts = {
|
||||
"enium.eu" = {
|
||||
forceSSL = true;
|
||||
sslCertificate = "/etc/nginx/ssl/selfsigned.crt";
|
||||
sslCertificateKey = "/etc/nginx/ssl/selfsigned.key";
|
||||
};
|
||||
};
|
||||
};
|
||||
udev.extraRules = ''
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="5740", MODE="0666"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue