secrets: add password-store implementation

This commit is contained in:
lassulus
2023-09-06 16:09:43 +02:00
committed by Mic92
parent 3f6fa0eeca
commit 5285423479
2 changed files with 122 additions and 1 deletions

View File

@@ -68,6 +68,7 @@
}));
};
imports = [
./sops.nix # for now we have only one implementation, thats why we import it here and not in clanModules
./sops.nix
./password-store.nix
];
}