misc small changes

This commit is contained in:
Gerg-L 2023-08-13 09:18:15 -04:00
parent e6b2482344
commit 67ea731529
6 changed files with 9 additions and 3 deletions

View file

@ -56,7 +56,7 @@ in {
++ [
{
networking.hostName = name;
nixpkgs = {inherit system;};
nixpkgs.hostPlatform = system;
}
];
}