Fix mailserver service + sops config.
This commit is contained in:
parent
2f4472263d
commit
b5a6498620
2 changed files with 15 additions and 7 deletions
|
@ -11,7 +11,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = { self, nixpkgs, mailserver, sops-nix, ... }@attrs: let
|
||||
outputs = { self, nixpkgs, sops-nix, mailserver, ... }@attrs: let
|
||||
lib = nixpkgs.lib;
|
||||
fn = import ./fn.nix { inherit lib; };
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue