osm didn't work well...
This commit is contained in:
parent
f16a637f1f
commit
894fe540e1
|
@ -11,7 +11,6 @@
|
|||
./boot-config.nix
|
||||
./hardware-configuration.nix
|
||||
./scripts.nix
|
||||
./osm.nix
|
||||
../../sets/builder.nix
|
||||
../../sets/disc.nix
|
||||
../../sets/fpga.nix
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
extraPlugins = with config.services.postgresql.package.pkgs; [ postgis ];
|
||||
|
||||
ensureDatabases = [ "osm" ];
|
||||
ensureUsers = [ { name = "artemis"; } ];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue