sj-srv1: set up restic backup

This commit is contained in:
steveej 2024-01-19 22:21:14 +01:00
parent 411896973a
commit 93778b1f21
3 changed files with 46 additions and 12 deletions

View file

@ -1,10 +1,9 @@
{
nodeName,
config,
pkgs,
...
{ nodeName
, config
, pkgs
, ...
}: {
disabledModules = [];
disabledModules = [ ];
imports = [
../../profiles/common/configuration.nix
{
@ -20,6 +19,7 @@
format = "yaml";
};
}
../../modules/opinionatedDisk.nix
./system.nix