Update hardware info, disko.

This commit is contained in:
jay
2025-06-29 00:15:46 +00:00
parent 985a787443
commit 9a3e96428f
6 changed files with 107 additions and 33 deletions

View File

@@ -11,6 +11,7 @@
];
# Use the systemd-boot EFI boot loader.
nixpkgs.hostPlatform = "x86_64-linux";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -101,7 +102,7 @@
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
system.copySystemConfiguration = true;
# system.copySystemConfiguration = true;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.