This commit is contained in:
andromeda
2026-04-16 16:52:00 +02:00
parent a6ad2a25be
commit 055657e082
9 changed files with 160 additions and 41 deletions

View File

@@ -10,8 +10,8 @@
];
# allows users to customize shell in `$XDG_CONFIG_HOME/shell` rather than
# needing /etc/shells. Useful for home-manager. Falls back.
programs.noshell.enable = true;
# needing /etc/shells. Useful for home-manager.
# programs.noshell.enable = true;
# cleans /tmp to maintain a tidy system
boot.tmp.cleanOnBoot = true;

View File

@@ -7,6 +7,7 @@
"/var/log"
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/gnu"
];
files = [
"/etc/machine-id"

View File

@@ -7,7 +7,7 @@
services.blueman.enable = true;
# locale
i18n.defaultLocale = "de_DE.UTF-8";
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Berlin";
# networking

View File

@@ -37,10 +37,6 @@
forceSSL = true;
enableACME = true;
};
"matrix.${config.networking.domain}" = {
forceSSL = true;
enableACME = true;
};
"${config.networking.domain}" = {
forceSSL = true;
enableACME = true;