diff options
author | EuAndreh <eu@euandre.org> | 2023-02-17 16:42:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-17 16:42:37 -0300 |
commit | d5a9da93ce2a7115735baf477299fded76596c29 (patch) | |
tree | ade5779a206789cf4aeb5260ce59875d9dc557e2 | |
parent | Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/ (diff) | |
download | dotfiles-d5a9da93ce2a7115735baf477299fded76596c29.tar.gz dotfiles-d5a9da93ce2a7115735baf477299fded76596c29.tar.xz |
etc/nix/configuration.nix: Enable postfix service
-rw-r--r-- | etc/nix/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 34ddb56..8e5e4b3 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -134,6 +134,7 @@ in { services = { upower.enable = true; flatpak.enable = true; + postfix.enable = true; logind.extraConfig = '' IdleAction=lock |