chore: fix hintbooth remote unlock

This commit is contained in:
Leon Schwarzäugl 2025-12-17 23:54:08 +01:00 committed by Leon Schwarzäugl
parent 613cfb6c7c
commit 0ca4fa3d16
11 changed files with 332 additions and 316 deletions

View file

@ -1,16 +1,18 @@
{ lib, minimal, ... }:
{ self, lib, minimal, ... }:
{
imports = [
./hardware-configuration.nix
./disk-config.nix
"${self}/modules/nixos/optional/systemd-networkd-server.nix"
];
swarselsystems = {
info = "HUNSN RM02, 8GB RAM";
flakePath = "/root/.dotfiles";
isImpermanence = true;
isSecureBoot = true;
isSecureBoot = false;
isCrypted = true;
isBtrfs = true;
isLinux = true;