mirror of https://gitlab.crans.org/nounous/nixos
Enabling nginx and removing inexistant secret
parent
6669768628
commit
7c9e41b5eb
|
|
@ -26,5 +26,7 @@
|
|||
resticClient.when = "06:07";
|
||||
};
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -112,11 +112,4 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
autofocus-config = {
|
||||
file = ../../../secrets/zora/services/autofocus-config.age;
|
||||
mode = "444";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue