nixfiles/presets/nixos/encrypted-usb.nix

5 lines
143 B
Nix
Raw Normal View History

{ tree, ... }: {
imports = with tree; [ profiles.usb-automount ];
home-manager.users.chaos = { imports = with tree; [ home.ssh-usb ]; };
}