add rage and fix nebula config path
This commit is contained in:
parent
595c8aa59b
commit
fa10d09bff
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
settings,
|
||||
lib,
|
||||
pkgs,
|
||||
ragenix,
|
||||
...
|
||||
}:
|
||||
|
@ -11,7 +12,7 @@ in
|
|||
# secretsFile = (settings.secretsDir + /secrets.nix);
|
||||
{
|
||||
imports = [ ragenix.nixosModules.age ];
|
||||
environment.systemPackages = [ ragenix.packages.${settings.system.system}.default ];
|
||||
environment.systemPackages = [ ragenix.packages.${settings.system.system}.default pkgs.rage ];
|
||||
|
||||
age = {
|
||||
secrets =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue