commit cc7b9c1ec39ed81f8dd66d5665f1f504e6195cbb
parent be597f572641552b5757e43ccccec243498ed227
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sat, 3 Jan 2026 20:54:18 +0000
new
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/nm.nix b/modules/nm.nix
@@ -48,6 +48,7 @@
ensureProfiles = {
environmentFiles = [ config.sops.templates.wifi.path ];
profiles = {
+
Gajba = {
connection = {
id = "Gajba";
@@ -73,6 +74,7 @@
psk = "$Gajba";
};
};
+
Gajba_5G = {
connection = {
id = "Gajba_5G";
@@ -99,6 +101,7 @@
psk = "$Gajba";
};
};
+
wg0-ponnect = {
connection = {
autoconnect = "false";
@@ -130,6 +133,7 @@
preshared-key-flags = "0";
};
};
+
wg0-router = {
connection = {
autoconnect = "false";
@@ -158,6 +162,7 @@
persistent-keepalive = "25";
};
};
+
wg0-server = {
connection = {
autoconnect = "false";
@@ -186,6 +191,7 @@
preshared-key = "$wg0-server_pre";
preshared-key-flags = "0";
};
+
};
};
};
diff --git a/system/host/host-frame.nix b/system/host/host-frame.nix
@@ -58,6 +58,7 @@
# netowrk
networking.hostName = "${hostName}";
+ networking.wireless.iwd.enable = true;
# time/locale
time.timeZone = "Europe/Lisbon";
@@ -148,6 +149,7 @@
pciutils
util-linux
pstree
+ wireguard-tools
upower
lm_sensors