This commit is contained in:
Sebastian Moser
2023-11-22 19:18:00 +01:00
parent b68a4f1fab
commit d0b78760b3
3 changed files with 9 additions and 14 deletions

View File

@@ -182,6 +182,12 @@
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; };
modules = [
./hosts/tab/nix-on-droid.nix
{
home-manager.extraSpecialArgs = {
inherit self inputs;
hostname = "tab";
};
}
];
};
};