feat: Added netboot.xyz
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./goread.nix
|
# ./goread.nix
|
||||||
./hyprpaper.nix
|
# ./hyprpaper.nix
|
||||||
# ./aichat.nix
|
# ./aichat.nix
|
||||||
./tuifeed.nix
|
# ./tuifeed.nix
|
||||||
#./ghostty.nix
|
#./ghostty.nix
|
||||||
# ./sketchybar.nix
|
# ./sketchybar.nix
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -52,6 +52,8 @@
|
|||||||
# nixpkgs.crossSystem = {system = "aarch64-linux";};
|
# nixpkgs.crossSystem = {system = "aarch64-linux";};
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
boot.loader.systemd-boot.consoleMode = "max";
|
boot.loader.systemd-boot.consoleMode = "max";
|
||||||
|
boot.loader.systemd-boot.netbootxyz.enable = true;
|
||||||
|
boot.loader.systemd-boot.memtest86.enable = true;
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
LIBVA_DRIVER_NAME = "nvidia";
|
LIBVA_DRIVER_NAME = "nvidia";
|
||||||
|
|||||||
Reference in New Issue
Block a user