hacked together some basic netboot stuff

This commit is contained in:
Rouven Seifert 2023-05-21 23:40:21 +02:00
parent fbbb68ee06
commit 8b37b0adfc
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 48 additions and 6 deletions

View file

@ -4,7 +4,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.greetd}/bin/agreety --cmd Hyprland";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland";
};
};
};