sj-srv1: set up restic backup
This commit is contained in:
parent
411896973a
commit
93778b1f21
3 changed files with 46 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue