fix: system-update should respect ssh requirements

This commit is contained in:
UGA Innovation Factory
2026-01-06 19:14:58 -05:00
parent c4ff0d7fd3
commit 6a9807a688

View File

@@ -201,8 +201,10 @@ with lib;
description = "System daemon to one-shot run the Nix updater from fleet flake as root";
path = with pkgs; [
git
openssh
nixos-rebuild
nix
coreutils
];
serviceConfig = {
Type = "oneshot";