1
0

hosts/palladium: Enable wg-clerie

This commit is contained in:
2025-04-15 19:52:24 +02:00
parent e9695286b6
commit 3fdf10641b
3 changed files with 33 additions and 1 deletions

View File

@@ -45,6 +45,12 @@
KERNEL=="sd?[0-9]", ENV{ID_MODEL}=="ST1000DM003-1SB102", ACTION=="add", RUN+="${pkgs.hdparm}/sbin/hdparm -S 24 /dev/%k"
'';
profiles.clerie.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8103/128" ];
ipv4s = [ "10.20.30.103/32" ];
};
system.stateVersion = "25.05";
}