wow
This commit is contained in:
parent
521732e667
commit
46bbf976c6
4 changed files with 7 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
theme = "pjsk-cursor-n25-mizuki-ani";
|
||||
};
|
||||
|
||||
programs.plasma.workspace.wallpaper = "${assets}/wallpaper/wallpaper1.jpg";
|
||||
programs.plasma.workspace.wallpaper = "${assets}/wallpaper/wallpaper5.jpg";
|
||||
|
||||
programs.plasma.kscreenlocker.appearance.wallpaper = "${assets}/wallpaper/wallpaper3.png";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -158,10 +158,15 @@ in
|
|||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
enableSubmission = true;
|
||||
stateVersion = 4;
|
||||
fqdn = "mail.mizuki.guru";
|
||||
domains = [ "mizuki.guru" ];
|
||||
|
||||
forwards = {
|
||||
"system+mail@mizuki.guru" = "systemmail@mizuki.guru";
|
||||
};
|
||||
|
||||
x509 = {
|
||||
certificateFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.mizuki.guru/mail.mizuki.guru.crt";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue