mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
Tested colmena on core-security
This commit is contained in:
parent
40b24b75a7
commit
a2d07f04ed
1 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -14,6 +14,12 @@
|
|||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
|
||||
deployment = {
|
||||
targetHost = "core-security.luj";
|
||||
targetPort = 45;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
||||
security.acme.defaults.email = "julien@malka.sh";
|
||||
|
||||
networking.hostName = "core-security"; # Define your hostname.
|
||||
|
@ -73,7 +79,8 @@
|
|||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
|
||||
systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;
|
||||
|
||||
|
||||
luj.nginx.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue