un-hardcode physical path

auto-flake-update
Yorick van Pelt 2018-03-22 12:07:34 +01:00
parent f368ec2e03
commit 7278e87bc1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
imports = [
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
<yori-nix/physical>
./.
];
hardware.yorick = { cpu = "intel"; gpu = "intel"; laptop = true; };