migrate to flake-parts
This commit is contained in:
parent
d79b65169e
commit
51f44277df
12 changed files with 137 additions and 155 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, inputs, ... }:
|
||||
{ config, self, ... }:
|
||||
let
|
||||
user = "u422292";
|
||||
sub-user = "${user}";
|
||||
|
|
@ -7,7 +7,7 @@ in
|
|||
{
|
||||
imports = [
|
||||
./storagebox.nix
|
||||
inputs.clan-core.clanModules.borgbackup
|
||||
self.inputs.clan-core.clanModules.borgbackup
|
||||
];
|
||||
|
||||
clan.borgbackup.destinations."storagebox-${config.networking.hostName}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue