updater-ssh #28

Merged
hdh20267 merged 2 commits from updater-ssh into main 2026-01-07 00:16:38 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
# url = "https://github.com/example/config"; # url = "https://github.com/example/config";
# rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014"; # rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014";
# }; # };
# }; # };
{ {
# ========== Lab Laptops ========== # ========== Lab Laptops ==========

View File

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