Files
dotfiles/users/richie/systems/tortoise.nix
T
Richie cf62f38a3d feat(systems): add tortoise NixOS host configuration
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.
2026-07-01 23:06:34 -04:00

6 lines
46 B
Nix

{
imports = [
../home/global.nix
];
}