From 6a9807a6887db1f11160bce848e1b730b5485e18 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Tue, 6 Jan 2026 19:14:58 -0500 Subject: [PATCH 1/2] fix: system-update should respect ssh requirements --- sw/updater.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sw/updater.nix b/sw/updater.nix index b8a3cbe..4481a72 100644 --- a/sw/updater.nix +++ b/sw/updater.nix @@ -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"; -- 2.39.5 From 825e90c5816a4667e5ec5d7686b58c2d3fe3ca6a Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Tue, 6 Jan 2026 19:15:38 -0500 Subject: [PATCH 2/2] chore: run nix fmt --- inventory.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.nix b/inventory.nix index f4763d0..a6ce1b0 100644 --- a/inventory.nix +++ b/inventory.nix @@ -69,7 +69,7 @@ # url = "https://github.com/example/config"; # rev = "e1ccd7cc3e709afe4f50b0627e1c4bde49165014"; # }; -# }; +# }; { # ========== Lab Laptops ========== -- 2.39.5