Compare commits

2 Commits

Author SHA1 Message Date
John Lancaster 771813a064 fixed double description 2026-06-03 19:43:21 -05:00
John Lancaster 722cb78737 gnome 50 update 2026-06-03 19:43:07 -05:00
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -4,7 +4,6 @@
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
displayManager.gdm = { displayManager.gdm = {
enable = true; enable = true;
wayland = true;
banner = "Welcome to John's NixOS implementation"; banner = "Welcome to John's NixOS implementation";
}; };
udev.packages = [ udev.packages = [
+1 -2
View File
@@ -125,7 +125,6 @@ in
inherit (cfg) certDir keyFile certFile bundleFile; inherit (cfg) certDir keyFile certFile bundleFile;
inherit (cfg.renew) user group reloadUnits postCommands; inherit (cfg.renew) user group reloadUnits postCommands;
systemd = { systemd = {
description = "Renew the mTLS certificate when Smallstep marks it ready";
after = [ "network-online.target" ]; after = [ "network-online.target" ];
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
serviceConfig = { serviceConfig = {
@@ -426,7 +425,7 @@ in
config.pkgs.step-cli config.pkgs.step-cli
]; ];
systemd = { systemd = {
description = "Automatic mTLS renewal service"; description = "Renew the mTLS certificate when Smallstep marks it ready";
documentation = [ documentation = [
"https://smallstep.com/docs/step-ca/certificate-authority-server-production" "https://smallstep.com/docs/step-ca/certificate-authority-server-production"
]; ];