Import restic module on kirk (disabled)

This commit is contained in:
Andrea Ciceri 2024-01-03 14:02:37 +01:00
parent 7846913ff0
commit 56f6aa991c
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
23 changed files with 282 additions and 276 deletions

View file

@ -88,6 +88,7 @@
"cachix-personal-token".owner = "ccr";
"git-workspace-tokens".owner = "ccr";
"autistici-password".owner = "ccr";
"restic-hetzner-password" = {};
};
};

View file

@ -26,6 +26,7 @@
"printing"
"pam"
"wireguard-client"
"restic"
]
++ [
./disko.nix
@ -58,6 +59,7 @@
"digikam"
];
extraGroups = [];
backupPaths = [];
};
boot.initrd.kernelModules = ["i915"];