lebron james reportedly forgets to add variable to top line of nix file and forgets to enable a module

This commit is contained in:
wo2wz 2025-08-29 16:11:57 -04:00
parent 0ef58010f3
commit b9defc1e51
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ inputs, config, ... }:
{
imports = [ inputs.sops-nix.nixosModules.sops ];
@ -31,4 +31,4 @@
"zipline/secrets.env".restartUnits = [ "zipline.service" ];
};
};
}
}