summaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-01 15:05:36 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-01 15:05:36 -0800
commitc46325d82f3a325021811f1be844ba24b0ee5688 (patch)
treecf2824f076c0023c736b26887cd55fe2d93ef0bf /nix/systems/spontaneity
parent004d30ad75da83075ce0fae01f41f5205302e7da (diff)
add nice keybindings and options for hyprland; start of rpi-zero
Diffstat (limited to 'nix/systems/spontaneity')
-rw-r--r--nix/systems/spontaneity/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix
index 9f33555..a7e78fc 100644
--- a/nix/systems/spontaneity/default.nix
+++ b/nix/systems/spontaneity/default.nix
@@ -35,12 +35,11 @@
systemd.network.networks."40-ens3" = {
matchConfig.Name = "ens3";
networkConfig = {
- # This is the magic combo for Vultr:
- IPv6AcceptRA = true; # Accept routes (so we know where the internet is)
- IPv6PrivacyExtensions = false; # No random privacy IPs
+ IPv6AcceptRA = true;
+ IPv6PrivacyExtensions = false;
};
ipv6AcceptRAConfig = {
- UseAutonomousPrefix = false; # Do NOT generate an IP address from the RA
+ UseAutonomousPrefix = false;
};
};
networking = {