Make headless the default home-manager module for raspis

This commit is contained in:
Andreas Zweili 2022-05-09 20:49:21 +02:00
parent f79c8d61f9
commit 7578917028
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
}
]);
};
mkRaspi = { hostname, system ? "aarch64-linux", home-module }: nixpkgs.lib.nixosSystem {
mkRaspi = { hostname, system ? "aarch64-linux", home-module ? "headless" }: nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit custom inputs; };
modules = (