Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-07-07 23:21:48 +02:00
commit 04d9c6edec
15 changed files with 176 additions and 81 deletions

View file

@ -27,6 +27,19 @@
time.timeZone = "Europe/Amsterdam";
systemd.network.networks."99-local" = {
matchConfig.name = "ens3s1";
address = [
"192.168.1.100/24"
];
routes = [
{
Gateway = "172.16.10.1";
GatewayOnLink = false;
}
];
};
environment.systemPackages = with pkgs; [
kitty.terminfo
zfs