chore: moved database to a bigger drive
This commit is contained in:
parent
fb83b50dec
commit
bb579bde4e
|
@ -10,6 +10,11 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
services.postgresql = {
|
||||||
|
dataDir = "/pool/var/lib/postgresql/${config.services.postgresql.package.psqlSchema}";
|
||||||
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
powerManagement.enable = false;
|
powerManagement.enable = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue