Set password for all hosts, made sops look at the same folder for the key file for all hosts (move in queen)

This commit is contained in:
Lillian Violet 2024-02-22 13:01:31 +01:00
parent a8a5cdec7b
commit b21150f431
9 changed files with 31 additions and 10 deletions

View file

@ -31,7 +31,6 @@
];
sops.defaultSopsFile = ./secrets/sops.yaml;
sops.age.keyFile = ../../../../../../var/secrets/keys.txt;
home-manager = {
extraSpecialArgs = {inherit inputs outputs;};