smol updates
This commit is contained in:
parent
cf4990e1d8
commit
25a7ebe610
3 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
ryubing
|
ryubing
|
||||||
lutris
|
lutris
|
||||||
vscodium
|
vscodium
|
||||||
intiface-central
|
|
||||||
unrar
|
unrar
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,8 @@
|
||||||
# for now.
|
# for now.
|
||||||
loader.systemd-boot.enable = lib.mkForce false;
|
loader.systemd-boot.enable = lib.mkForce false;
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
supportedFilesystems = ["btrfs" "bcachefs"];
|
||||||
|
|
||||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,8 @@
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = false;
|
loader.systemd-boot.enable = false;
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
supportedFilesystems = ["btrfs" "bcachefs"];
|
||||||
|
|
||||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue