diff options
Diffstat (limited to 'archetypes/profiles/desktop/default.nix')
| -rw-r--r-- | archetypes/profiles/desktop/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix index 66e1bf7..7cd7d48 100644 --- a/archetypes/profiles/desktop/default.nix +++ b/archetypes/profiles/desktop/default.nix @@ -48,6 +48,9 @@ SUBSYSTEM=="backlight", ACTION=="add", RUN+="${pkgs.coreutils}/bin/chgrp video /sys/class/backlight/%k/brightness", RUN+="${pkgs.coreutils}/bin/chmod g+w /sys/class/backlight/%k/brightness" ''; }; + + # Disable ipv6 by default + networking.enableIPv6 = mkDesktop false; }; homeConfig = { |
