networking: networkmanager -> iwd
This commit is contained in:
parent
9927edfc3b
commit
ba30402186
5 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.useDHCP = false;
|
#networking.useDHCP = false;
|
||||||
}
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./networkmanager.nix
|
#./networkmanager.nix
|
||||||
./iwd.nix
|
./iwd.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -19,7 +19,7 @@
|
||||||
pamixer
|
pamixer
|
||||||
brightnessctl
|
brightnessctl
|
||||||
playerctl
|
playerctl
|
||||||
networkmanagerapplet
|
#networkmanagerapplet
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
# wayland
|
# wayland
|
||||||
|
|
|
@ -28,6 +28,11 @@
|
||||||
path = "/etc/clash-meta/config.yaml";
|
path = "/etc/clash-meta/config.yaml";
|
||||||
};
|
};
|
||||||
"hashed-passwd".neededForUsers = true;
|
"hashed-passwd".neededForUsers = true;
|
||||||
|
"wireless/home" = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"C /var/lib/iwd/wangxiaobo.psk - - - - ${config.sops.secrets."wireless/home".path}"
|
||||||
|
];
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue