Enable Postgres on Linode server

This commit is contained in:
Greg Hellings
2022-04-12 03:00:04 +00:00
parent 49fb61ed94
commit 28ebd30001
3 changed files with 51 additions and 1 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
{
imports = [
../../profiles/linode.nix
./postgres.nix
];
networking.hostName = "linode";
networking.hostName = "linode";
}