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