Add files via upload
This commit is contained in:
committed by
GitHub
parent
1219494d13
commit
3c5d19c060
@@ -0,0 +1,13 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## Configuração da internet
|
||||
networking.networkmanager.enable = true;
|
||||
networking.interfaces.enp9s0.wakeOnLan.enable = true;
|
||||
|
||||
## Ativar Bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
## Ativar CUPS para impressão
|
||||
services.printing.enable = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user