Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
7f64cf264a Add bleachbit 2025-02-08 23:19:53 -05:00
Dave Gallant
360fb7b857 Enable wake-on-lan 2025-02-08 23:00:59 -05:00

View File

@@ -89,6 +89,7 @@ in
albert
android-studio
android-tools
bleachbit
blender
cryptsetup
discord
@@ -172,8 +173,12 @@ in
iproute2.enable = true;
hostName = "hephaestus";
hostId = "0e8aad53";
interfaces.enp34s0 = {
interfaces."enp34s0" = {
useDHCP = true;
wakeOnLan = {
enable = true;
policy = [ "magic" ];
};
};
firewall = {
allowPing = false;