From c773001a480cd869b1d8f8707eb87d0644d86f99 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:47:18 -0500 Subject: [PATCH] added nixos-rebuild to john-pc-ubuntu --- modules/hosts/john-pc-ubuntu.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index 4bd454a..6de7fb5 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -1,12 +1,15 @@ { inputs, ... }: { - flake.homeModules."john-pc-ubuntu" = { + flake.homeModules."john-pc-ubuntu" = { pkgs, ... }: { imports = with inputs.self.homeModules; [ john desktop resticprofile ]; + home.packages = with pkgs; [ + nixos-rebuild + ]; # TODO: Add host-specific settings here: # - sops secret for `restic_password/john_ubuntu` # - resticprofile profile definition