feat(ergon): set password using sops
This commit is contained in:
@@ -15,6 +15,12 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
provides.ergon = {
|
||||||
|
includes = with lux; [
|
||||||
|
sops-password
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
nixos =
|
nixos =
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
|||||||
@@ -14,6 +14,12 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
provides.ergon = {
|
||||||
|
includes = with lux; [
|
||||||
|
sops-password
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
nixos =
|
nixos =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user