Switch matrix back to postgres 14
This commit is contained in:
parent
d4124fedba
commit
4d42161fd2
|
@ -45,7 +45,9 @@
|
||||||
passwordFile = config.sops.secrets."borg-password".path;
|
passwordFile = config.sops.secrets."borg-password".path;
|
||||||
sshKey = config.sops.secrets."borg-ssh-key".path;
|
sshKey = config.sops.secrets."borg-ssh-key".path;
|
||||||
};
|
};
|
||||||
postgresql.backup = true;
|
# postgresql.backup = true;
|
||||||
|
# Disabled for now due to lack of space :(, waiting for pendulum to get fixed so I can migrate over to it
|
||||||
|
postgresql.backup = false;
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
setupGrub = false;
|
setupGrub = false;
|
||||||
|
@ -80,7 +82,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set postgresql version
|
# Set postgresql version
|
||||||
services.postgresql.package = pkgs.postgresql_15;
|
# services.postgresql.package = pkgs.postgresql_15;
|
||||||
|
|
||||||
# Setup home manager
|
# Setup home manager
|
||||||
home-manager.users.nathan = import ./home.nix;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
|
|
Loading…
Reference in New Issue