feat: use home manager to install insed of home.packages
This commit is contained in:
parent
42a35c9cf0
commit
96d7683ff2
4 changed files with 12 additions and 11 deletions
|
|
@ -36,11 +36,6 @@ in {
|
|||
};
|
||||
|
||||
config = lib.mkIf config.crony.restic.enable {
|
||||
# Install restic package
|
||||
home.packages = with pkgs; [
|
||||
restic
|
||||
];
|
||||
|
||||
# Restic home manager service
|
||||
services.restic = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue