This commit is contained in:
dingfeng.wong
2025-07-18 13:50:59 +08:00
parent f21234790e
commit a2d6b6f460
6 changed files with 58 additions and 20 deletions
-7
View File
@@ -1,12 +1,5 @@
# This is just an example, you should generate yours with nixos-generate-config and put it in here.
{
boot.loader.systemd-boot.enable = true;
fileSystems."/" = {
device = "/dev/sda1";
fsType = "ext4";
};
# Set your system kind (needed for flakes)
nixpkgs.hostPlatform = "aarch64-linux";
}