Secret management via sops-nix.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
file
|
||||
lm_sensors # TODO: this shouldn't be installed on cloud nodes
|
||||
nodejs_20 # TODO: this is for one job on nomad, it should just be a dependency there
|
||||
neovim
|
||||
sops
|
||||
ssh-to-age
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user