summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-16 16:52:00 +0200
committerandromeda <andromeda@lenovo>2026-04-16 16:52:00 +0200
commit055657e082af56d51524b7dd942d468e296634ab (patch)
treef4578dc9d23e3584e3091e86e1266889749e0ea6 /modules
parenta6ad2a25be9ba7d7aa442d1340ee2a494f1ff2ef (diff)
stash
Diffstat (limited to 'modules')
-rw-r--r--modules/nixos/common.nix4
-rw-r--r--modules/nixos/impermanence.nix1
-rw-r--r--modules/nixos/laptop.nix2
-rw-r--r--modules/nixos/mailserver.nix4
4 files changed, 4 insertions, 7 deletions
diff --git a/modules/nixos/common.nix b/modules/nixos/common.nix
index ba476e5..6082d91 100644
--- a/modules/nixos/common.nix
+++ b/modules/nixos/common.nix
@@ -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;
diff --git a/modules/nixos/impermanence.nix b/modules/nixos/impermanence.nix
index 7f0062b..90a3b92 100644
--- a/modules/nixos/impermanence.nix
+++ b/modules/nixos/impermanence.nix
@@ -7,6 +7,7 @@
"/var/log"
"/var/lib/nixos"
"/var/lib/systemd/coredump"
+ "/gnu"
];
files = [
"/etc/machine-id"
diff --git a/modules/nixos/laptop.nix b/modules/nixos/laptop.nix
index 314fead..4f51923 100644
--- a/modules/nixos/laptop.nix
+++ b/modules/nixos/laptop.nix
@@ -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
diff --git a/modules/nixos/mailserver.nix b/modules/nixos/mailserver.nix
index eb4d45d..300b78e 100644
--- a/modules/nixos/mailserver.nix
+++ b/modules/nixos/mailserver.nix
@@ -37,10 +37,6 @@
forceSSL = true;
enableACME = true;
};
- "matrix.${config.networking.domain}" = {
- forceSSL = true;
- enableACME = true;
- };
"${config.networking.domain}" = {
forceSSL = true;
enableACME = true;