pacifidlog: disable jovian
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-12 20:26:37 -04:00
parent 8d2d341cbe
commit 95bc08608a

View file

@ -22,13 +22,20 @@
self.nixosModules.hw-common-amd-cpu
self.nixosModules.hw-common-amd-gpu
self.nixosModules.hw-common-bluetooth
self.nixosModules.hw-common-laptop-amd-gpu
self.nixosModules.hw-common-ssd
];
boot = {
initrd = {
availableKernelModules = ["nvme" "sd_mod" "thunderbolt" "usb_storage" "xhci_pci"];
availableKernelModules = [
"nvme"
"sdhci_pci"
"thunderbolt"
"usb_storage"
"usbhid"
"xhci_pci"
];
systemd.enable = true;
};
@ -50,12 +57,12 @@
GDK_SCALE = "2";
};
jovian.steam = {
enable = true;
autoStart = true;
desktopSession = "gamescope-wayland";
user = "aly";
};
# jovian.steam = {
# enable = true;
# autoStart = true;
# desktopSession = "gamescope-wayland";
# user = "aly";
# };
jovian.decky-loader = {
enable = true;