refactor(hosts): remove redundant host and system arguments

Remove explicit `host` and `system` definitions from `specialArgs` in
various host `default.nix` files. These values are redundant as they
can be derived from the flake context or are already provided by the
calling environment.
This commit is contained in:
2026-07-17 11:30:34 -03:00
parent 15a4d8d5e8
commit f424ab98c7
6 changed files with 0 additions and 12 deletions
-2
View File
@@ -4,8 +4,6 @@
system = "aarch64-linux";
specialArgs = {
inherit self inputs;
host = "ideapad";
system = "aarch64-linux";
};
modules = [
self.nixosModules.ideapadConfiguration