fix: NixOS | clean up config arguments

This commit is contained in:
2025-01-31 23:04:43 +05:00
parent 820624ad7e
commit 214cf14e0d
2 changed files with 2 additions and 9 deletions

View File

@@ -36,9 +36,7 @@
];
specialArgs = {
inherit inputs;
meta = {
hostname = host;
};
hostname = host;
};
};
};