More config
This commit is contained in:
parent
afa81ebd20
commit
78cc234ac0
2 changed files with 7 additions and 1 deletions
|
@ -103,6 +103,12 @@
|
||||||
console.keyMap = "sv-latin1";
|
console.keyMap = "sv-latin1";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
vim
|
||||||
|
neovim
|
||||||
|
cvs
|
||||||
|
rcs
|
||||||
|
nano
|
||||||
|
git
|
||||||
openssh
|
openssh
|
||||||
(
|
(
|
||||||
catppuccin-sddm.override {
|
catppuccin-sddm.override {
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
};
|
};
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [55502];
|
ports = [22];
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue