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 = [
|
||||
./networkmanager.nix
|
||||
#./networkmanager.nix
|
||||
./iwd.nix
|
||||
];
|
||||
}
|
|
@ -19,7 +19,7 @@
|
|||
pamixer
|
||||
brightnessctl
|
||||
playerctl
|
||||
networkmanagerapplet
|
||||
#networkmanagerapplet
|
||||
pavucontrol
|
||||
|
||||
# wayland
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
path = "/etc/clash-meta/config.yaml";
|
||||
};
|
||||
"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