Remove unused attr

This commit is contained in:
Aode 2023-02-10 19:44:49 -06:00
parent 372874ff1c
commit e59c6ee37f

View file

@ -1,4 +1,5 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";