...
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user