mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 06:53:29 -05:00
Try To Get a Secret Decrypted Into a File
This commit is contained in:
parent
adf43c6bf5
commit
affa3000d7
3 changed files with 42 additions and 3 deletions
|
|
@ -1,9 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# imports = [
|
||||
# inputs.sops-nix.homeManagerModules.sops
|
||||
#];
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
# Configure secrets stuff
|
||||
sops = {
|
||||
defaultSopsFile = "../../secrets.yaml";
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/annika/.config/sops/age/keys.txt";
|
||||
|
||||
secrets."spotifyd/settings/global/password" = { };
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue