diff --git a/modules/nixos/profiles/server.nix b/modules/nixos/profiles/server.nix index 7c15c44a..4cd5c5da 100644 --- a/modules/nixos/profiles/server.nix +++ b/modules/nixos/profiles/server.nix @@ -1,4 +1,5 @@ -# All of the settings related to server systems. +# All of the settings related to server systems. Take note they cannot be used +# alongside the desktop profile. { config, options, lib, pkgs, ... }: let @@ -37,6 +38,9 @@ in # Most of the servers will be deployed with outside access in mind so # generate them certificates. Anything with a private network, ehh... so # just set it off. + # + # Don't forget to set your certificates or set DNS-related options for + # this. security.acme = { acceptTerms = true; defaults.email = "admin@foodogsquared.one";