kerrigan: move to mmc, add modemmanager

This commit is contained in:
Luke Granger-Brown 2023-10-12 20:12:40 +00:00
parent 6dd4431506
commit 281b8f9f35

View file

@ -18,7 +18,7 @@ let
in in
{ {
fileSystems = { fileSystems = {
"/" = { device = "/dev/disk/by-label/NIXOS_SD"; fsType = "ext4"; }; "/" = { device = "/dev/disk/by-label/NIXOS"; fsType = "ext4"; };
"/boot" = { device = "/dev/disk/by-label/ESP"; fsType = "vfat"; }; "/boot" = { device = "/dev/disk/by-label/ESP"; fsType = "vfat"; };
}; };
@ -89,7 +89,7 @@ in
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libqmi screen minicom conntrack-tools libqmi screen minicom conntrack-tools modemmanager
]; ];
services.caddy = { services.caddy = {