This commit is contained in:
parent
1e236f8f71
commit
d52a9d3ef6
2 changed files with 2 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: nix-latest
|
runs-on: nix-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions:checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [
|
ports = [
|
||||||
|
22
|
||||||
2022
|
2022
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue