onFirstBoot.service name default

This commit is contained in:
2024-10-18 20:31:16 -05:00
parent 7d943a24b9
commit 8f25001b05
2 changed files with 12 additions and 12 deletions

View File

@@ -19,7 +19,7 @@
systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ];
systemd.services.onFirstBoot = {
name = "first-boot.service";
#name = "first-boot.service";
description = "actions to perform on the very first boot of the system";