Add btrfs support prior to filesystem conversion
This commit is contained in:
parent
0f0b917939
commit
dd6e1f9af2
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
../../modules/networkd-base.nix
|
../../modules/networkd-base.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.initrd.supportedFilesystems = [ "btrfs" ];
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
boot.loader.timeout = 1;
|
boot.loader.timeout = 1;
|
||||||
|
@ -68,6 +69,7 @@
|
||||||
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
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.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue