.dotfiles/modules/nixos/filesystem.nix
Swarsel 40e81f104b
fix: sops secrets not rendered on boot
also fixes an org-caldav error that required org/appointments.org to
exist
2024-08-04 11:21:51 +02:00

5 lines
97 B
Nix

{ lib, ... }:
{
options.swarselsystems.isBtrfs = lib.mkEnableOption "use btrfs filesystem";
}