More config

This commit is contained in:
fwastring 2024-11-28 13:04:02 +01:00
parent afa81ebd20
commit 78cc234ac0
2 changed files with 7 additions and 1 deletions

View file

@ -103,6 +103,12 @@
console.keyMap = "sv-latin1";
environment.systemPackages = with pkgs; [
vim
neovim
cvs
rcs
nano
git
openssh
(
catppuccin-sddm.override {

View file

@ -104,7 +104,7 @@
};
openssh = {
enable = true;
ports = [55502];
ports = [22];
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;