Compare commits
36 commits
ed70a90db6
...
4cfe0a7846
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 4cfe0a7846 | ||
Bruno BELANYI | b31ecd0250 | ||
Bruno BELANYI | 044ad20349 | ||
Bruno BELANYI | 0a251fa775 | ||
Bruno BELANYI | bc8758dd95 | ||
Bruno BELANYI | cc42b3f3d8 | ||
Bruno BELANYI | feccb7ba2b | ||
Bruno BELANYI | 93729ccfa7 | ||
Bruno BELANYI | e77e65201c | ||
Bruno BELANYI | e55308b596 | ||
Bruno BELANYI | 07737b5076 | ||
Bruno BELANYI | 8b67a1da8e | ||
Bruno BELANYI | 52399cbb3e | ||
Bruno BELANYI | 2ba35fd5e0 | ||
Bruno BELANYI | 3653918237 | ||
Bruno BELANYI | 89a43e8bad | ||
Bruno BELANYI | ed1a5b4924 | ||
Bruno BELANYI | f581ef7113 | ||
Bruno BELANYI | dbb6b38eba | ||
Bruno BELANYI | cb0f8e91a0 | ||
Bruno BELANYI | d0b926251d | ||
Bruno BELANYI | dbc919e3d8 | ||
Bruno BELANYI | 19c4586073 | ||
Bruno BELANYI | c07d3f4c0b | ||
Bruno BELANYI | 79274dac40 | ||
Bruno BELANYI | dc0d753625 | ||
Bruno BELANYI | 72ffc1c25a | ||
Bruno BELANYI | 88f8f8a6cd | ||
Bruno BELANYI | 8c5ada0d6d | ||
Bruno BELANYI | 0ac6fef308 | ||
Bruno BELANYI | 34592cfd52 | ||
Bruno BELANYI | 075a52f8db | ||
Bruno BELANYI | f2b5290df7 | ||
Bruno BELANYI | e74aceee24 | ||
Bruno BELANYI | 110aef16e4 | ||
Bruno BELANYI | 5efdd891db |
|
@ -25,7 +25,7 @@ in
|
||||||
let
|
let
|
||||||
pubAndPrivKey = key: [ key.path "${key.path}.pub" ];
|
pubAndPrivKey = key: [ key.path "${key.path}.pub" ];
|
||||||
in
|
in
|
||||||
lib.concatMap pubAndPrivKey systemConfig.services.openssh.hostKeys;
|
lib.concatMap pubAndPrivKey config.services.openssh.hostKeys;
|
||||||
|
|
||||||
# Opens the relevant UDP ports.
|
# Opens the relevant UDP ports.
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue