added resticprofile flake-part
This commit is contained in:
@@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user