mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
added nextcloud
This commit is contained in:
parent
1dfcdd7d7c
commit
a8dfc9276e
5 changed files with 125 additions and 1 deletions
10
hosts/nuc/modules/nginx/default.nix
Normal file
10
hosts/nuc/modules/nginx/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.nginx.enable = true;
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults = {
|
||||
email = "rouven@rfive.de";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue