updated stuff

This commit is contained in:
2021-05-22 11:35:23 +05:30
parent dadc9192ff
commit 5364156d58
9 changed files with 66 additions and 13 deletions

3
marisa/networking.nix Normal file → Executable file
View File

@@ -2,7 +2,8 @@
{
networking = {
hostName = "Marisa";
wireless.enable = true;
wireless.enable = false;
wireless.iwd.enable = true;
interfaces = {
wlan0 = {
useDHCP = false;