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
|
||||
lutris
|
||||
vscodium
|
||||
intiface-central
|
||||
unrar
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -91,6 +91,8 @@
|
|||
# for now.
|
||||
loader.systemd-boot.enable = lib.mkForce false;
|
||||
initrd.systemd.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
supportedFilesystems = ["btrfs" "bcachefs"];
|
||||
|
||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
|
|
|
|||
|
|
@ -79,6 +79,8 @@
|
|||
boot = {
|
||||
loader.systemd-boot.enable = false;
|
||||
initrd.systemd.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
supportedFilesystems = ["btrfs" "bcachefs"];
|
||||
|
||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue