Compare commits

...

2 commits

Author SHA1 Message Date
e99fed5833
Remove config for colmena secrets 2026-05-24 02:56:10 +02:00
938e8cfd62
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs-master':
    'github:NixOS/nixpkgs/89afca31a77b6850e7335d60e3d35cd742e772cb?narHash=sha256-aJYBdQXSD2gMlD39zP35E5qcPN91f3GWI5%2B9RHxiHsc%3D' (2026-05-24)
  → 'github:NixOS/nixpkgs/7187ab1fdea9daa9ed0267b791ac5837f123c5e2?narHash=sha256-Q96rInBJ%2BFj9uKWfESTZflRTaQAouNEN9yBLmYiXr%2B8%3D' (2026-05-24)
2026-05-24 02:55:48 +02:00
2 changed files with 3 additions and 6 deletions

6
flake.lock generated
View file

@ -134,11 +134,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1779582842, "lastModified": 1779583734,
"narHash": "sha256-aJYBdQXSD2gMlD39zP35E5qcPN91f3GWI5+9RHxiHsc=", "narHash": "sha256-Q96rInBJ+Fj9uKWfESTZflRTaQAouNEN9yBLmYiXr+8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "89afca31a77b6850e7335d60e3d35cd742e772cb", "rev": "7187ab1fdea9daa9ed0267b791ac5837f123c5e2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -33,9 +33,6 @@
specialArgs = { specialArgs = {
inherit nixpkgs-unstable nixpkgs-master hosts simple-nixos-mailserver; inherit nixpkgs-unstable nixpkgs-master hosts simple-nixos-mailserver;
# Provide environment for secret key command
keyCommandEnv = [ "env" "GNUPGHOME=/home/fi/.passinfra_gnupg" "PASSWORD_STORE_DIR=/home/fi/pass/infra" ];
}; };
}; };
} // builtins.mapAttrs (helper.generateColmenaHost) hosts; } // builtins.mapAttrs (helper.generateColmenaHost) hosts;