mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Flake changes
This commit is contained in:
parent
703447a223
commit
8952882122
2 changed files with 13 additions and 134 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue