Merge branch 'main' of https://github.com/Lillian-Violet/NixOS-Configuration
This commit is contained in:
commit
cce2e16c6e
5 changed files with 25 additions and 23 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue