format && add nix-serve for caching
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{inputs, ...}:
|
||||
{ inputs, ... }:
|
||||
let
|
||||
striped-back = inputs.striped-back;
|
||||
in {
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
striped-back.nixosModules.default
|
||||
];
|
||||
|
||||
|
||||
services.striped-back-api = {
|
||||
enable = true;
|
||||
|
||||
@@ -17,7 +18,7 @@ in {
|
||||
socket.enable = true;
|
||||
|
||||
settings.django = {
|
||||
allowed-hosts = ["striped-api.shobu.fr"];
|
||||
allowed-hosts = [ "striped-api.shobu.fr" ];
|
||||
debug = true;
|
||||
databases = {
|
||||
default = {
|
||||
|
||||
Reference in New Issue
Block a user