Update flake inputs
This commit is contained in:
parent
7511309f1c
commit
ae6c242865
3 changed files with 15 additions and 23 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue