nixos-config/config/services/initrd-ssh.nix

7 lines
86 B
Nix
Raw Normal View History

2022-04-24 08:43:50 +00:00
{ ... }: {
boot.initrd.network = {
enable = true;
ssh.enable = true;
};
}