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 @@
{ lib, config, minimal, ... }:
{ lib, minimal, ... }:
{
imports = [
@ -16,20 +16,12 @@
# mac = config.repo.secrets.local.home-mac;
# };
networking = {
inherit (config.repo.secrets.local) hostId;
hostName = "winters";
firewall.enable = true;
enableIPv6 = false;
firewall.allowedTCPPorts = [ 80 443 ];
};
swarselsystems = {
info = "ASRock J4105-ITX, 32GB RAM";
flakePath = "/root/.dotfiles";
isImpermanence = false;
isSecureBoot = true;
isCrypted = true;
isSecureBoot = false;
isCrypted = false;
isBtrfs = false;
isLinux = true;
isNixos = true;
@ -50,6 +42,7 @@
};
swarselmodules.server = {
diskEncryption = lib.mkForce false;
nfs = lib.mkDefault true;
nginx = lib.mkDefault true;
kavita = lib.mkDefault true;