diff --git a/machines/storage/s0/configuration.nix b/machines/storage/s0/configuration.nix index 5574351..5d60a7b 100644 --- a/machines/storage/s0/configuration.nix +++ b/machines/storage/s0/configuration.nix @@ -24,6 +24,8 @@ system.autoUpgrade.enable = true; + boot.supportedFilesystems = [ "bcachefs" ]; + # for education purposes only services.pykms.enable = true; services.pykms.openFirewallPort = true;