feat(ssh): Enable sshd for ryu and deploy target for mirai fix

This commit is contained in:
uttarayan21
2024-10-02 15:38:40 +05:30
parent 5537684cfa
commit f24258b3fb
3 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
...
}:
builtins.listToAttrs (builtins.map (device: {
name = device.user;
name = device.name;
value = let
pkgs = import inputs.nixpkgs {
inherit overlays;