Compare commits
2 Commits
6bb73959c6
...
771813a064
| Author | SHA1 | Date | |
|---|---|---|---|
| 771813a064 | |||
| 722cb78737 |
@@ -4,7 +4,6 @@
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
banner = "Welcome to John's NixOS implementation";
|
||||
};
|
||||
udev.packages = [
|
||||
|
||||
@@ -125,7 +125,6 @@ in
|
||||
inherit (cfg) certDir keyFile certFile bundleFile;
|
||||
inherit (cfg.renew) user group reloadUnits postCommands;
|
||||
systemd = {
|
||||
description = "Renew the mTLS certificate when Smallstep marks it ready";
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
serviceConfig = {
|
||||
@@ -426,7 +425,7 @@ in
|
||||
config.pkgs.step-cli
|
||||
];
|
||||
systemd = {
|
||||
description = "Automatic mTLS renewal service";
|
||||
description = "Renew the mTLS certificate when Smallstep marks it ready";
|
||||
documentation = [
|
||||
"https://smallstep.com/docs/step-ca/certificate-authority-server-production"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user