Flake changes

This commit is contained in:
Gene Liverman 2026-03-10 22:05:14 -04:00
parent 703447a223
commit 8952882122
2 changed files with 13 additions and 134 deletions

View file

@ -64,7 +64,11 @@
# Private flake for sensitive configs
private-flake = {
url = "github:genebean/private-flake/initial_setup";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
simple-nixos-mailserver.follows = "simple-nixos-mailserver";
sops-nix.follows = "sops-nix";
};
};
simple-nixos-mailserver = {