chore: update flake; rename hosts; setup hintbooth

This commit is contained in:
Leon Schwarzäugl 2025-11-17 22:53:00 +01:00
parent a345846e62
commit e31a97b6ab
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
19 changed files with 283 additions and 233 deletions

View file

@ -1,4 +1,4 @@
{ inputs, lib, config, configName, minimal, nodes, globals, ... }:
{ inputs, lib, config, minimal, nodes, globals, ... }:
{
imports = [
@ -11,13 +11,6 @@
loader.efi.canTouchEfiVariables = true;
};
networking = {
inherit (config.repo.secrets.local) hostId;
hostName = configName;
firewall.enable = true;
enableIPv6 = true;
};
swarselsystems = {
info = "ASUS Z10PA-D8, 2* Intel Xeon E5-2650 v4, 128GB RAM";
flakePath = "/root/.dotfiles";
@ -41,6 +34,7 @@
microvmHost = true;
};
server = {
diskEncryption = lib.mkForce false; # TODO: disable
nfs = false;
nginx = false;
kavita = false;