mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
building locally using ci
This commit is contained in:
parent
b8b2da6d42
commit
043d85c3da
3 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
rxvt_unicode
|
rxvt_unicode
|
||||||
xorg.xbacklight
|
xorg.xbacklight
|
||||||
neovim
|
neovim
|
||||||
|
attic
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
luj.buildbot.enable = true;
|
luj.buildbot.enable = true;
|
||||||
luj.nginx.enable = true;
|
luj.nginx.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ tailscale attic colmena ];
|
environment.systemPackages = with pkgs; [ tailscale colmena ];
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ in
|
||||||
targetPort = 45;
|
targetPort = 45;
|
||||||
targetUser = "root";
|
targetUser = "root";
|
||||||
allowLocalDeployment = true;
|
allowLocalDeployment = true;
|
||||||
|
buildOnTarget = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue