mail: Add me@failco.de
This commit is contained in:
parent
e55d475467
commit
b1f85e15ab
4 changed files with 67 additions and 14 deletions
|
|
@ -3,13 +3,17 @@
|
|||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05-small";
|
||||
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/staging";
|
||||
|
||||
# simple mailserver
|
||||
snm = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "utils/flake-utils";
|
||||
};
|
||||
|
||||
# age for nix to store encrypted passwords conveniently
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
};
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, agenix, ... }@inputs: {
|
||||
inherit self inputs;
|
||||
nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -17,6 +21,7 @@
|
|||
inputs.snm.nixosModule
|
||||
./modules/security.nix
|
||||
./hosts/thrall
|
||||
agenix.nixosModules.age
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue