hosts/hyacinth: enable postgres
This commit is contained in:
parent
b9448b8533
commit
6bba973d1d
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
snapper
|
||||
wireguard
|
||||
|
||||
modules.services.postgres
|
||||
|
||||
./filesystem.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
|
|
@ -57,10 +59,12 @@
|
|||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.epson-escpr pkgs.me.epson-201112j ];
|
||||
services.postgresql.ensureDatabases = [ "barista" "barista-dev" ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1u"
|
||||
"python-2.7.18.6-env"
|
||||
"python-2.7.18.6"
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue