This commit is contained in:
Sebastian Moser
2023-11-22 19:19:42 +01:00
parent d0b78760b3
commit 41bf846803

View File

@@ -169,7 +169,7 @@
./hosts/phone/nix-on-droid.nix ./hosts/phone/nix-on-droid.nix
{ {
home-manager.extraSpecialArgs = { home-manager.extraSpecialArgs = {
inherit self inputs; inherit inputs confDir workDir secretsDir persistentDir self;
hostname = "phone"; hostname = "phone";
}; };
} }
@@ -184,7 +184,7 @@
./hosts/tab/nix-on-droid.nix ./hosts/tab/nix-on-droid.nix
{ {
home-manager.extraSpecialArgs = { home-manager.extraSpecialArgs = {
inherit self inputs; inherit inputs confDir workDir secretsDir persistentDir self;
hostname = "tab"; hostname = "tab";
}; };
} }