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:
@@ -4,8 +4,6 @@
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit self inputs;
|
||||
host = "t2mbp";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
modules = [
|
||||
self.nixosModules.t2mbpConfiguration
|
||||
|
||||
Reference in New Issue
Block a user