Registers the tortoise machine in flake.nix and adds its system configuration with a placeholder hardware config (ZFS root pool, x86_64) to be replaced by the installer-generated hardware-configuration.nix.
6 lines
46 B
Nix
6 lines
46 B
Nix
{
|
|
imports = [
|
|
../home/global.nix
|
|
];
|
|
}
|