Skip to content

Commit

Permalink
Sort ali-desktop home encryption key sops entry attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjenkins committed Jan 17, 2025
1 parent decddfd commit 9e193c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/ali-desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -367,13 +367,13 @@
# format = "yaml"; # can be yaml, json, ini, dotenv, binary
# };
home_enc_key = {
format = "binary";
group = config.users.users.nobody.group;
mode = "0400";
sopsFile = ../../secrets/ali-desktop/home-enc-key.enc.bin;
neededForUsers = true;
owner = config.users.users.root.name;
group = config.users.users.nobody.group;
path = "/etc/luks/home.key";
format = "binary";
sopsFile = ../../secrets/ali-desktop/home-enc-key.enc.bin;
};
};
};
Expand Down

0 comments on commit 9e193c6

Please sign in to comment.