Simplify host imports

This commit is contained in:
SebastianStork 2025-10-11 21:40:42 +02:00
parent 7a250a2ea8
commit de18f587c7
11 changed files with 50 additions and 50 deletions

View file

@ -1,7 +1,4 @@
{ inputs, ... }:
{
imports = [ inputs.disko.nixosModules.default ];
_: {
nixpkgs.hostPlatform = "x86_64-linux";
hardware = {