Add btrfs support prior to filesystem conversion

This commit is contained in:
Chris Dombroski 2024-05-03 21:23:21 -04:00
parent 0f0b917939
commit a69f730c27

View file

@ -8,6 +8,7 @@
../../modules/networkd-base.nix
];
boot.initrd.supportedFilesystems = { btrfs = true; };
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.timeout = 1;
@ -68,6 +69,7 @@
environment.systemPackages = with pkgs; [
btrfs-progs
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];