mirror of
https://github.com/blahai/nyx.git
synced 2025-06-11 11:23:02 -04:00
my poor attempt at fixing sops (still doesn't work)
This commit is contained in:
parent
8c72101f6d
commit
b39aae582a
2 changed files with 11 additions and 9 deletions
|
@ -1,12 +1,14 @@
|
|||
{ pkgs, inputs, config, ... }:
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/pingu/.config/sops/age/keys.txt";
|
||||
|
||||
secrets = {
|
||||
cloudflared.nyx.token = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue