mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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, ... }:
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user