This commit is contained in:
Lillian-Violet 2023-12-20 19:27:35 +01:00
commit cce2e16c6e
5 changed files with 25 additions and 23 deletions

View file

@ -95,7 +95,7 @@
aria2
git-filter-repo
home-manager
nextcloud27
nextcloud28
nginx
noto-fonts
noto-fonts-emoji-blob-bin
@ -150,7 +150,7 @@
defaults.email = "letsencrypt@gladtherescake.eu";
};
users.groups.virtualMail = {};
# users.groups.virtualMail = {};
users.users = {
lillian = {

View file

@ -20,13 +20,13 @@
sops.secrets."mailpass".mode = "0440";
sops.secrets."mailpass".owner = config.users.users.virtualMail.name;
users.users = {
virtualMail = {
isSystemUser = true;
isNormalUser = false;
group = "virtualMail";
};
};
# users.users = {
# virtualMail = {
# isSystemUser = true;
# isNormalUser = false;
# group = "virtualMail";
# };
# };
mailserver = {
enable = true;

View file

@ -48,7 +48,7 @@
enable = true;
hostName = "nextcloud.gladtherescake.eu";
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
# Use HTTPS for links
https = true;
@ -74,7 +74,8 @@
};
# List of apps we want to install and are already packaged in
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/servers/nextcloud/packages/nextcloud-apps.json
inherit calendar contacts deck forms music notes onlyoffice polls twofactor_nextcloud_notification unsplash;
#inherit calendar contacts deck forms notes onlyoffice polls twofactor_nextcloud_notification unsplash;
#inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
};
config = {