shnosh
This commit is contained in:
@@ -53,4 +53,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
|
|
||||||
|
services.postgresql = {
|
||||||
|
ensureDatabases = ["shnosh"];
|
||||||
|
ensureUsers = [
|
||||||
|
{
|
||||||
|
name = "shnosh";
|
||||||
|
ensureDBOwnership = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user