refactor: migrate 'hard.nix' to 'facter.json'

This commit is contained in:
2026-06-13 01:16:53 +02:00
parent 1995c04b1d
commit 1203d1174b
12 changed files with 15173 additions and 165 deletions

View File

@@ -9,13 +9,14 @@ in
{
imports = [
inputs.disko.nixosModules.disko
./hard.nix
"${inputs.nixpkgs}/nixos/modules/profiles/qemu-guest.nix"
./disk.nix
../../modules
];
inherit (meta) host;
hardware.facter.reportPath = ./facter.json;
home-manager.users.${config.host.username} = import ../../home/hosts/vm;
"ai-tools".enable = true;