Update; Updated hardware-config; updated networking; changes to matrix; migrated to different switch emulator

This commit is contained in:
Jurn Wubben 2025-06-10 00:47:19 +02:00
parent 2085ae43d1
commit 7d0e799e8f
10 changed files with 80 additions and 93 deletions

View file

@ -28,7 +28,10 @@ in {
loader = {
# systemd-boot on UEFI
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
systemd-boot = {
enable = true;
netbootxyz.enable = true;
};
timeout = 0;
};

View file

@ -6,17 +6,17 @@
nameservers = ["9.9.9.9#dns.quad9.net"];
networkmanager = {
enable = true;
dns = "systemd-resolved";
# dns = "systemd-resolved";
wifi.powersave = true;
};
};
users.groups.NetworkManager = {};
services.resolved = {
# DNS resolver that tries to encrypt dns traffic
enable = true;
dnsovertls = "opportunistic";
};
# services.resolved = {
# # DNS resolver that tries to encrypt dns traffic
# enable = true;
# dnsovertls = "opportunistic";
# };
systemd.services.NetworkManager-wait-online.enable = false;
}

View file

@ -21,6 +21,7 @@ in {
server_name = host;
allow_registration = true;
registration_token_file = config.age.secrets.matrix-registration.path;
new_user_displayname_suffix = "";
};
};