mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
small hydra test
This commit is contained in:
parent
c1c800f177
commit
66a502d7e6
|
@ -62,7 +62,7 @@ in
|
|||
domain = "${domain}";
|
||||
origin = "${domain}";
|
||||
destination = [ "${hostname}" "${domain}" "localhost" ];
|
||||
networks = [ "127.0.0.1" "141.30.30.169" ];
|
||||
networks = [ "127.0.0.1" ];
|
||||
sslCert = "/var/lib/acme/${hostname}/fullchain.pem";
|
||||
sslKey = "/var/lib/acme/${hostname}/key.pem";
|
||||
config = {
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
programs.firefox.enable = true;
|
||||
# programs.firefox.enable = true;
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
|
|
Loading…
Reference in a new issue