switch from HWID to TSforge activation
HWID is hardware-tied and doesn't survive VM migration. TSforge manipulates the physical activation store directly and is portable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4c1b710308
commit
a588dddc1e
6 changed files with 136 additions and 10 deletions
|
|
@ -20,6 +20,7 @@ in rec {
|
|||
bestPerformance = import ./essentials/best-performance.nix args;
|
||||
clearFileAssociations = import ./essentials/clear-file-associations.nix args;
|
||||
virtioDrivers = import ./essentials/virtio-drivers.nix args;
|
||||
windowsUpdate = import ./essentials/windows-update.nix args;
|
||||
};
|
||||
|
||||
# Applications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue