archachatina: unstable nix, postgres

This commit is contained in:
Gabriel Ebner 2017-11-11 08:48:35 +01:00
parent bc067ed6dc
commit 8a4401fb91
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,8 @@
uvccapture
];
# programs.ratbag.enable = true;
services.thermald.enable = true;
virtualisation.docker.enable = true;
@ -92,4 +94,11 @@
services.transmission.enable = true;
nix.package = pkgs.nixUnstable;
services.postgresql = {
enable = true;
extraPlugins = [ pkgs.postgis.v_2_4_0 ];
};
}