fix typo for maddy mail server setup
This commit is contained in:
parent
73c6e75114
commit
f102f48aa1
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
];
|
];
|
||||||
imports = [
|
imports = [
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
"${fetchTarball "https://github.com/onny/nixpkgs/archive/maddy-creds.tar.gz"}/nixos/modules/services/mail/maddy.nix"
|
"${fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz"}/nixos/modules/services/mail/maddy.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|
@ -160,6 +160,7 @@
|
||||||
"user1@localhost".passwordFile = "${pkgs.writeText "password" "test123"}";
|
"user1@localhost".passwordFile = "${pkgs.writeText "password" "test123"}";
|
||||||
"user2@localhost".passwordFile = "${pkgs.writeText "password" "test123"}";
|
"user2@localhost".passwordFile = "${pkgs.writeText "password" "test123"}";
|
||||||
"admin@localhost".passwordFile = "${pkgs.writeText "password" "test123"}";
|
"admin@localhost".passwordFile = "${pkgs.writeText "password" "test123"}";
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure local mail delivery
|
# Configure local mail delivery
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue