Skip to content

Commit c0638a5

Browse files
committed
chore(hosts:serenity): fix nested statement bug
1 parent 6ca8a4b commit c0638a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hosts/serenity/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717

1818
hardware = {
1919
audio.enable = false;
20+
trimmedJovianKernel.enable = true;
2021
};
2122

2223
profiles = {
2324
graphical.enable = true;
2425
steamdeck.enable = true;
2526
};
2627

27-
settings.hardware.trimmedJovianKernel.enable = true;
28-
2928
# Offload builds to the VPS
3029
distributedBuilds = {
3130
enable = true;

0 commit comments

Comments
 (0)