diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 912e4c0..cc0ddaa 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -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 ];