nixfiles/presets/nixos/encrypted-usb.nix

5 lines
135 B
Nix

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