Dump nixos config after scrubing
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
||||
sops = {
|
||||
age.keyFile = "/home/jmug/.config/sops/age/keys.txt";
|
||||
|
||||
defaultSopsFile = ../secrets.yaml;
|
||||
validateSopsFiles = false;
|
||||
|
||||
secrets = {
|
||||
"private_keys/jmug" = {
|
||||
path = "/home/jmug/.ssh/id_jmug";
|
||||
};
|
||||
"private_keys/matcha" = {
|
||||
path = "/home/jmug/.ssh/id_matcha";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user