This commit is contained in:
gabriel-doriath-dohler 2022-08-15 02:59:45 +02:00
parent 122c0deeac
commit bb668034b1

View file

@ -33,10 +33,6 @@
};
networking.interfaces.ens19.useDHCP = true;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
@ -45,7 +41,6 @@
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ];
# Some programs need SUID wrappers, can be configured further or are