nixfiles/presets/nixos/encryptedUSB.nix

7 lines
141 B
Nix
Raw Normal View History

2023-09-18 03:56:58 +01:00
{tree, ...}: {
imports = with tree; [profiles.usbAutoMount];
home-manager.users.chaos = {
imports = with tree; [home.sshUSB];
};
}