Update postgresql on matrix
This commit is contained in:
parent
924ec63ef9
commit
4b05fafef7
|
@ -80,6 +80,9 @@
|
|||
firewall = { };
|
||||
};
|
||||
|
||||
# Set postgresql version
|
||||
services.postgresql.package = pkgs.postgresql_15;
|
||||
|
||||
# Setup home manager
|
||||
home-manager.users.nathan = import ./home.nix;
|
||||
|
||||
|
|
Loading…
Reference in New Issue