diff options
author | Ben Sima <ben@bsima.me> | 2020-04-11 11:44:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-11 11:44:33 -0700 |
commit | 7de74be87eeaf28a1339b99cde78afe070d3e3e4 (patch) | |
tree | 6c1d68b410f753786205b8db66b9ac4ed39d8133 /default.nix | |
parent | 0dd8fa4436f713a9b41c20e056d3d0d1bce69c39 (diff) |
Deploy que-website to Run.Que.Prod
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 33ba285..86d584f 100644 --- a/default.nix +++ b/default.nix @@ -57,12 +57,14 @@ in rec { Run.Que.Prod = buildOS { deps = { que-server = Run.Que.Server; + que-website = Run.Que.Website; }; configuration = { imports = [ ./Com/Simatime/packages.nix ./Com/Simatime/users.nix ./Run/Que/Server.nix + ./Run/Que/Website.nix ./Run/Que/Prod.nix ]; networking.hostName = "prod.que.run"; |