nixserve: remove the default sops path

it might make more sense to make this a runtime path (/run/secrets/...)
This commit is contained in:
colin 2022-11-22 03:20:50 +00:00
parent 1d448a4114
commit a0e85ff31b
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
sane.impermanence.enable = true;
sane.services.duplicity.enable = true;
sane.services.nixserve.enable = true;
sane.services.nixserv.sopsFile = ../../secrets/servo.yaml;
# TODO: look into the EFI stuff
boot.loader.grub.enable = false;

View File

@ -14,8 +14,8 @@ in
type = types.bool;
};
sane.services.nixserve.sopsFile = mkOption {
default = ../../secrets/servo.yaml;
type = types.path;
description = "path to file that contains the nix_serv_privkey secret (can be in VCS)";
};
};