From 7578917028e92b87c27f5e98e84f7aa317d83a5d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 9 May 2022 20:49:21 +0200 Subject: [PATCH] Make headless the default home-manager module for raspis --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 74a624b..02bdc7c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = (