nixos: add usb boot module

This commit is contained in:
ooks-io 2024-10-24 23:16:30 +11:00
parent 627ad066bf
commit d33301321f
2 changed files with 2 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{
programs.home-manager.enable = true;
systemd.user.startServices = "sd-switch";
home = {
stateVersion = "22.05";
};
}