fixes some errors
This commit is contained in:
parent
027d3092dd
commit
90e4691c25
2 changed files with 29 additions and 27 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
let
|
let
|
||||||
commonPackages =
|
commonPackages =
|
||||||
pkgs: with pkgs; [
|
pkgs: with pkgs; [
|
||||||
neofetch
|
fastfetch
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
# Root SSH for storage box
|
# Root SSH for storage box
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
@ -51,4 +52,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue