kerrigan: move to mmc, add modemmanager
This commit is contained in:
parent
6dd4431506
commit
281b8f9f35
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue