fix(system): remove ambigious system
from nixosSystem
This commit is contained in:
parent
af8d3f5deb
commit
72b9616f87
|
@ -11,11 +11,13 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations.${hostName} = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./configuration.nix
|
||||
|
||||
{ networking.hostName = hostName; }
|
||||
{
|
||||
networking.hostName = hostName;
|
||||
nixpkgs.hostPlatform = system;
|
||||
}
|
||||
];
|
||||
|
||||
specialArgs = {
|
||||
|
|
Loading…
Reference in a new issue