Enable restic backups

This commit is contained in:
Andrea Ciceri 2023-12-26 11:02:49 +01:00
parent 31056ba23a
commit 106a9c3630
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
27 changed files with 396 additions and 304 deletions

View file

@ -28,6 +28,8 @@
"printing"
"pam"
"wireguard-client"
"restic"
"binfmt"
]
++ [
./disko.nix
@ -60,6 +62,7 @@
"digikam"
];
extraGroups = [];
backupPaths = [];
};
boot.kernelParams = ["ip=dhcp"];