Misspelling

This commit is contained in:
2025-12-07 19:47:58 -08:00
parent 8c4de5f015
commit 40b6bde6a4

View File

@@ -8,7 +8,7 @@
# startAt = "*:0/1"; # startAt = "*:0/1";
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "/run/current-system/sw/bin/bash -c '/etc/nixos && sudo nixos-rebuild switch --flake #${networking.hostname}'"; ExecStart = "/run/current-system/sw/bin/bash -c '/etc/nixos && sudo nixos-rebuild switch --flake #${networking.hostName}'";
}; };
}; };