mindflayer: remove redundant networking.hostName definition

This commit is contained in:
wo2wz 2025-11-30 19:58:05 -05:00
parent 432d424167
commit 1f9c949f30

View file

@ -9,8 +9,6 @@
inputs.nixos-avf.nixosModules.avf
];
networking.hostName = "Mindflayer";
nixpkgs.hostPlatform = "aarch64-linux";
system.stateVersion = "25.05";
}