fixes for work setup

This commit is contained in:
2024-10-08 06:20:39 +02:00
parent ec1513fbf3
commit e96f3340c4
10 changed files with 497 additions and 340 deletions

View File

@ -61,7 +61,9 @@
inherit ip sshUser sshPort allowLocalDeployment remoteBuild;
};
}
{nixpkgs.system = "${system}";}
{
nixpkgs.system = "${system}";
}
]
++ additionalModules
++ [file];