another one bites the disk

This commit is contained in:
2025-03-10 17:37:02 +02:00
parent fca6f291ec
commit 98f3894f44
5 changed files with 84 additions and 43 deletions

View File

@ -1,8 +1,8 @@
{inputs, ...}: let
secretsPath = builtins.toString inputs.mysecrets;
in {
imports = [
inputs.sops-nix.nixosModules.sops
imports = with inputs; [
sops-nix.nixosModules.sops
];
sops = {