mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-12 18:43:15 -06:00
add localhost redirect
This commit is contained in:
parent
ffb91a61b3
commit
1626f58535
1 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,13 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
networking.networkmanager = enabled;
|
||||
networking = {
|
||||
networkmanager = enabled;
|
||||
networking.extraHosts = ''
|
||||
192.168.50.56 mannaz.local
|
||||
'';
|
||||
};
|
||||
|
||||
services.fwupd = enabled;
|
||||
hardware.bluetooth = enabled // {
|
||||
powerOnBoot = true;
|
||||
|
|
Loading…
Reference in a new issue