nix-config/hosts/archlaptop-vm/secrets.nix

15 lines
168 B
Nix
Raw Normal View History

2024-06-03 16:38:29 -05:00
{
inputs,
config,
lib,
pkgs,
...
}: {
2024-06-04 11:00:43 -05:00
imports = [
../../configs/nixos/secrets.nix
2024-06-03 16:38:29 -05:00
];
sops.secrets.gv-password = {
neededForUsers = true;
};
}