setting up postgres

This commit is contained in:
Richie Cahill
2024-06-19 11:35:49 -04:00
parent 931ad43322
commit 64c34bb4ba
5 changed files with 51 additions and 18 deletions

View File

@ -143,5 +143,10 @@
};
};
sops = {
defaultSopsFile = ./secrets.yaml;
secrets."zfs/postgres_key".owner = "root";
};
system.stateVersion = "23.11";
}