Add a script to test fetching PGP keys from a Web Key Directory (WKD).

This commit is contained in:
Tom Alexander
2025-01-12 18:29:48 -05:00
parent 5146a114eb
commit 477637ae62
4 changed files with 21 additions and 0 deletions

View File

@@ -13,6 +13,9 @@
enable = true;
setSocketVariable = true;
};
environment.systemPackages = with pkgs; [
docker-buildx
];
environment.persistence."/state" = lib.mkIf (!config.me.buildingIso) {
hideMounts = true;