feat(agb01): enable mosh
This commit is contained in:
parent
8356e15211
commit
2d51b7265d
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
programs.mosh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
|
Loading…
Reference in a new issue