workstation | turn off ipv6(?), cleanup
This commit is contained in:
parent
4aabc01fc8
commit
6d37ff1a50
1 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ let
|
|||
my-python-packages = python-packages: with python-packages; [
|
||||
pip
|
||||
pipx
|
||||
recipe-scrapers
|
||||
#tldextract
|
||||
#setuptools
|
||||
];
|
||||
|
|
@ -18,11 +19,12 @@ in
|
|||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via wireguard
|
||||
networking.networkmanager.wifi.powersave = true;
|
||||
networking.useDHCP = false;
|
||||
networking.extraHosts =
|
||||
''
|
||||
100.75.7.116 harper.tail rss.duckland.org vault.duckland.org git.duckland.org photos.duckland.org recipes.duckland.org vault.duckland.org dashy.duckland.org music.duckland.org bandwidth.duckland.org bandwidth2.duckland.org speed.duckland.org cloud.duckland.org plex.duckland.org smoke.duckland.org smart.duckland.org drone.home.duckland.org webhook.home.duckland.org cal.duckland.org gluetun.config.duckland.org jelly.duckland.org harper
|
||||
100.75.7.116 harper.tail harper bandwidth.duckland.org bandwidth2.duckland.org cal.duckland.org cloud.duckland.org dashy.duckland.org git.duckland.org jelly.duckland.org music.duckland.org photos.duckland.org plex.duckland.org rss.duckland.org smart.duckland.org vault.duckland.org webhook.home.duckland.org
|
||||
'';
|
||||
|
||||
# Set your time zone.
|
||||
|
|
@ -168,7 +170,6 @@ in
|
|||
signal-desktop
|
||||
slack
|
||||
source-code-pro
|
||||
statix
|
||||
steam
|
||||
sublime-music
|
||||
syncthing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue