Openssh connection
This commit is contained in:
parent
23f58b8527
commit
545220784e
1 changed files with 8 additions and 2 deletions
|
@ -41,6 +41,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.getty.autologinUser = "lars";
|
services = {
|
||||||
services.flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
getty.autologinUser = "lars";
|
||||||
|
openssh = {
|
||||||
|
enable = true;
|
||||||
|
passwordAuthentication = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue