Deactivate sops to make aspi installation work
This commit is contained in:
@ -29,14 +29,14 @@ in
|
||||
options.modules.sops = { };
|
||||
|
||||
config = {
|
||||
sops.defaultSopsFile = ../../../secrets/secrets.yaml;
|
||||
sops.defaultSopsFormat = "yaml";
|
||||
sops.age.keyFile = "/home/julian/.config/sops/age/keys.txt";
|
||||
#sops.defaultSopsFile = ../../../secrets/secrets.yaml;
|
||||
#sops.defaultSopsFormat = "yaml";
|
||||
#sops.age.keyFile = "/home/julian/.config/sops/age/keys.txt";
|
||||
|
||||
# List of defined secrets
|
||||
sops.secrets."aspi/password" = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
#sops.secrets."aspi/password" = {
|
||||
# neededForUsers = true;
|
||||
#};
|
||||
|
||||
# sops.secrets."aspi/syncthing/key" = {
|
||||
# neededForUsers = true;
|
||||
|
Reference in New Issue
Block a user