mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-14 18:18:59 +00:00
profiles/server: update comments
This commit is contained in:
parent
6bc62988ef
commit
8b47e08c1a
@ -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, ... }:
|
{ config, options, lib, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -37,6 +38,9 @@ in
|
|||||||
# Most of the servers will be deployed with outside access in mind so
|
# Most of the servers will be deployed with outside access in mind so
|
||||||
# generate them certificates. Anything with a private network, ehh... so
|
# generate them certificates. Anything with a private network, ehh... so
|
||||||
# just set it off.
|
# just set it off.
|
||||||
|
#
|
||||||
|
# Don't forget to set your certificates or set DNS-related options for
|
||||||
|
# this.
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "admin@foodogsquared.one";
|
defaults.email = "admin@foodogsquared.one";
|
||||||
|
Loading…
Reference in New Issue
Block a user