feat(nixos): add platform module for different architectures

This commit is contained in:
Mohammad Rafiq 2025-07-07 10:38:17 +08:00
parent 3bc649b5b9
commit 53b8809432
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -6,7 +6,6 @@ let
device = "/dev/sda1";
fsType = "ext4";
};
nixpkgs.hostPlatform = "x86_64-linux";
boot.loader.systemd-boot.enable = true;
networking = { inherit hostName; };
};