Fix Secret Nix Config

This commit is contained in:
2023-03-15 22:22:24 -04:00
parent 805e9ef46f
commit b246a56510

View File

@@ -10,7 +10,7 @@
nixosConfigurations."staging" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
../secrets/config.nix
../secrets/deploy.nix
({ config, pkgs, ... }: {
nixpkgs.overlays = [
handy_overlay