draft: postgres in container
This commit is contained in:
parent
181e6f681e
commit
f48059e37e
9 changed files with 327 additions and 103 deletions
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
networking.hostName = "hexname-ns1";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hexname-backend
|
||||
];
|
||||
|
||||
users.users = {
|
||||
luka = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue