added nixos-rebuild to john-pc-ubuntu

This commit is contained in:
John Lancaster
2026-03-08 23:47:18 -05:00
parent a5e5f2f1ea
commit c773001a48

View File

@@ -1,12 +1,15 @@
{ inputs, ... }: { inputs, ... }:
{ {
flake.homeModules."john-pc-ubuntu" = { flake.homeModules."john-pc-ubuntu" = { pkgs, ... }: {
imports = with inputs.self.homeModules; [ imports = with inputs.self.homeModules; [
john john
desktop desktop
resticprofile resticprofile
]; ];
home.packages = with pkgs; [
nixos-rebuild
];
# TODO: Add host-specific settings here: # TODO: Add host-specific settings here:
# - sops secret for `restic_password/john_ubuntu` # - sops secret for `restic_password/john_ubuntu`
# - resticprofile profile definition # - resticprofile profile definition