mirror of
https://github.com/davegallant/nix-config
synced 2025-08-14 18:50:19 +00:00
Compare commits
2 Commits
ba2de4f678
...
7f64cf264a
Author | SHA1 | Date | |
---|---|---|---|
|
7f64cf264a | ||
|
360fb7b857 |
@@ -89,6 +89,7 @@ in
|
|||||||
albert
|
albert
|
||||||
android-studio
|
android-studio
|
||||||
android-tools
|
android-tools
|
||||||
|
bleachbit
|
||||||
blender
|
blender
|
||||||
cryptsetup
|
cryptsetup
|
||||||
discord
|
discord
|
||||||
@@ -172,8 +173,12 @@ in
|
|||||||
iproute2.enable = true;
|
iproute2.enable = true;
|
||||||
hostName = "hephaestus";
|
hostName = "hephaestus";
|
||||||
hostId = "0e8aad53";
|
hostId = "0e8aad53";
|
||||||
interfaces.enp34s0 = {
|
interfaces."enp34s0" = {
|
||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
|
wakeOnLan = {
|
||||||
|
enable = true;
|
||||||
|
policy = [ "magic" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
firewall = {
|
firewall = {
|
||||||
allowPing = false;
|
allowPing = false;
|
||||||
|
Reference in New Issue
Block a user