Update flake inputs

This commit is contained in:
joachimschmidt557 2022-03-23 18:42:48 +01:00
parent 7511309f1c
commit ae6c242865
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 15 additions and 23 deletions

View file

@ -73,6 +73,9 @@
networking.wireless.interfaces = [ "wlp2s0" ];
# networking.wireless.userControlled.enable = true;
networking.wireguard.enable = true;
networking.firewall.checkReversePath = "loose";
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
@ -105,8 +108,6 @@
openrgb
];
# services.logind.lidSwitch = "ignore";
# Configure console
console = {
font = "Lat2-Terminus16";