aboutsummaryrefslogtreecommitdiff
path: root/etc/nix
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nix')
-rw-r--r--etc/nix/configuration.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix
index 5e238bf..05970ad 100644
--- a/etc/nix/configuration.nix
+++ b/etc/nix/configuration.nix
@@ -73,11 +73,18 @@
services = {
upower.enable = true;
- postfix.enable = true;
fprintd.enable = true;
blueman.enable = true;
pcscd.enable = true;
+ postfix = {
+ enable = true;
+ extraAliases = ''
+ root: andreh
+ andreh: eu@euandre.org
+ '';
+ };
+
openssh = {
enable = true;
settings = {