Tested colmena on core-security

This commit is contained in:
Julien Malka 2023-07-27 20:35:00 +02:00
parent 40b24b75a7
commit a2d07f04ed
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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;