added resticprofile flake-part

This commit is contained in:
John Lancaster
2026-03-08 14:48:41 -05:00
parent e9c54606e2
commit 8b8edf9211
4 changed files with 146 additions and 8 deletions

View File

@@ -2,8 +2,9 @@
{
flake.homeModules."john-pc-ubuntu" = {
imports = with inputs.self.homeModules; [
desktop
john
desktop
resticprofile
];
# TODO: Add host-specific settings here:
@@ -26,6 +27,8 @@
appdaemon = true;
homelab = true;
};
shell.program = "zsh";
programs.resticprofile.enable = true;
}
];
};