add NM for internet on pi

This commit is contained in:
chaos 2024-08-31 14:24:08 +01:00
parent 10c2a67dca
commit bafb5cec49
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -77,7 +77,6 @@ in {
boot = { boot = {
kernelPackages = pkgs.linuxPackages_rpi4; kernelPackages = pkgs.linuxPackages_rpi4;
supportedFilesystems = mkForce ["vfat"]; supportedFilesystems = mkForce ["vfat"];
kernelParams = ["console=tty0"];
loader = { loader = {
systemd-boot = { systemd-boot = {
enable = true; enable = true;

View file

@ -19,6 +19,9 @@ in {
(with tree.profiles.nixos; [ (with tree.profiles.nixos; [
sshd sshd
connectivity.networkManager
wifiHardware
nixGC nixGC
serverExtras serverExtras
]) ])