server
This commit is contained in:
@@ -89,6 +89,15 @@
|
|||||||
libguestfs-with-appliance
|
libguestfs-with-appliance
|
||||||
iperf
|
iperf
|
||||||
mangohud
|
mangohud
|
||||||
|
|
||||||
|
|
||||||
|
wineWowPackages.stable
|
||||||
|
wine
|
||||||
|
(wine.override { wineBuild = "wine64"; })
|
||||||
|
wine64
|
||||||
|
wineWowPackages.staging
|
||||||
|
winetricks
|
||||||
|
wineWowPackages.waylandFull
|
||||||
# woeusb ntfs3g
|
# woeusb ntfs3g
|
||||||
];
|
];
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
inotify-tools # needed for elixir hot-reloading
|
inotify-tools # needed for elixir hot-reloading
|
||||||
# nodejs_23
|
# nodejs_23
|
||||||
pnpm
|
pnpm
|
||||||
|
legcord
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
|
|||||||
@@ -165,15 +165,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# not working yet, in theory simplifies xml for vm
|
# not working yet, in theory simplifies xml for vm
|
||||||
environment.etc = {
|
# environment.etc = {
|
||||||
"ovmf/edk2-x86_64-secure-code.fd" = {
|
# "ovmf/edk2-x86_64-secure-code.fd" = {
|
||||||
source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-x86_64-secure-code.fd";
|
# source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-x86_64-secure-code.fd";
|
||||||
};
|
# };
|
||||||
|
|
||||||
"ovmf/edk2-i386-vars.fd" = {
|
# "ovmf/edk2-i386-vars.fd" = {
|
||||||
source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
|
# source = config.virtualisation.libvirtd.qemu.package + "/share/qemu/edk2-i386-vars.fd";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
environment.etc."qemu/edk2-x86_64-secure-code.fd".source = "${pkgs.OVMF.fd}/FV/OVMF_CODE.secboot.fd";
|
||||||
|
environment.etc."qemu/edk2-i386-vars.fd".source = "${pkgs.OVMF.fd}/FV/OVMF_VARS.fd";
|
||||||
|
|
||||||
powerManagement.powertop.enable = true;
|
powerManagement.powertop.enable = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user