fix placement

This commit is contained in:
notohh 2023-02-05 11:40:56 -05:00
parent 6680c9989d
commit 1839a84470
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -37,7 +37,6 @@
}
];
};
};
hime = lib.nixosSystem {
inherit system;
modules = [
@ -45,4 +44,5 @@
];
};
};
};
}