Make things stable again

Jude is now k3s control plane only
Linode connections to vm-gitlab
Gitlab settings working properly
This commit is contained in:
Greg Hellings
2025-06-17 15:04:19 -05:00
parent aa3953a8b0
commit 238ddade03
4 changed files with 23 additions and 17 deletions
+11 -8
View File
@@ -160,14 +160,17 @@
# Let's do a sound thing
services = {
k3s.extraFlags =
let
ip = (builtins.head config.networking.interfaces.enp14s0u1u2.ipv4.addresses).address;
in
[
"--tls-san ${ip}"
#"--bind-address ${ip}"
];
k3s = {
disableAgent = true;
extraFlags =
let
ip = (builtins.head config.networking.interfaces.enp14s0u1u2.ipv4.addresses).address;
in
[
"--tls-san ${ip}"
#"--bind-address ${ip}"
];
};
pipewire = {
enable = true;
alsa.enable = true;