Attempted to fix sops-nix config

This commit is contained in:
2025-01-30 01:23:04 +00:00
parent c79f7bdb4e
commit d9dfacd2a2
4 changed files with 31 additions and 14 deletions
-10
View File
@@ -124,16 +124,6 @@
};
};
modules = [
inputs.sops-nix.homeManagerModules.sops
{
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
# Define your secrets here
vikunja_jwtsecret = {};
};
};
}
./home-manager/homeserver.nix
];
};