feat: headscale acl, chore: upgrade pi coding agent

This commit is contained in:
2026-06-19 21:42:18 -04:00
parent edc68d4660
commit cfe0975055
4 changed files with 49 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
{ namespace
, config
, pkgs
, lib
, modulesPath
@@ -7,8 +6,6 @@
}:
let
inherit (lib.${namespace}) enabled;
cfg = config.${namespace}.user;
in
{
imports = [
@@ -23,6 +20,9 @@ in
efiInstallAsRemovable = true;
};
# Legacy Partion Name
fileSystems."/boot".device = lib.mkForce "/dev/disk/by-partlabel/disk-main-ESP";
reichard = {
nix = enabled;
@@ -39,6 +39,7 @@ in
headscale = {
enable = true;
openFirewall = true;
policy = ./acl.hujson;
};
tailscale = {
enable = true;