mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix sops user passwd
This commit is contained in:
parent
19b9edc01b
commit
ac0f87a429
6 changed files with 14 additions and 9 deletions
|
|
@ -3,9 +3,9 @@ let cfg = config.mods;
|
|||
in with lib; {
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
sops = {
|
||||
age.keyFile = "/home/muon/.config/sops/age/keys.txt";
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets.muon-password = { };
|
||||
secrets.muon-password.neededForUsers = true;
|
||||
secrets.zipline-secret = mkIf cfg.server.share.enable {
|
||||
owner = "zipline";
|
||||
group = "zipline";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue