fix: system-update should respect ssh requirements
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user