From 3eebf8e140345a42ea68c78c47692a3a4684cc5e Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 11 May 2020 19:08:09 +0200 Subject: [PATCH] Set up podman and mail stack --- modules/development.nix | 11 ++++++++++- modules/software.nix | 10 ++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/modules/development.nix b/modules/development.nix index e98ab10..794629b 100644 --- a/modules/development.nix +++ b/modules/development.nix @@ -4,6 +4,15 @@ # Improve nix-shell and direnv integration services.lorri.enable = true; - # Enable virtualization + # Enable virtualisation virtualisation.libvirtd.enable = true; + + # Set up podman + virtualisation = { + containers.users = [ "coolneng" ]; + podman = { + enable = true; + dockerCompat = true; + }; + }; } diff --git a/modules/software.nix b/modules/software.nix index 79f08c5..24ea21b 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -32,6 +32,7 @@ direnv lorri nixfmt + podman-compose # Rice gtk_engines adapta-gtk-theme @@ -43,6 +44,15 @@ fff zathura libreoffice + # Propietary + skypeforlinux + # Mail stack + neomutt + isync + notmuch + msmtp + w3m + urlscan ]; # Fonts declaration