nixfiles/presets/nixos/encryptedUSB.nix
2023-09-18 03:56:58 +01:00

7 lines
141 B
Nix

{tree, ...}: {
imports = with tree; [profiles.usbAutoMount];
home-manager.users.chaos = {
imports = with tree; [home.sshUSB];
};
}