mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
reconfigured the mail server
This commit is contained in:
parent
2df9f4c65d
commit
78b5dad1d9
5 changed files with 198 additions and 139 deletions
|
@ -44,10 +44,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
simple-nixos-mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -63,7 +59,6 @@
|
|||
, lanzaboote
|
||||
, purge
|
||||
, trucksimulatorbot
|
||||
, simple-nixos-mailserver
|
||||
, ...
|
||||
}@attrs: {
|
||||
packages.x86_64-linux = {
|
||||
|
@ -124,7 +119,6 @@
|
|||
sops-nix.nixosModules.sops
|
||||
purge.nixosModules.default
|
||||
trucksimulatorbot.nixosModules.default
|
||||
simple-nixos-mailserver.nixosModules.default
|
||||
];
|
||||
};
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue