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";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
neovim
|
||||
cvs
|
||||
rcs
|
||||
nano
|
||||
git
|
||||
openssh
|
||||
(
|
||||
catppuccin-sddm.override {
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
};
|
||||
openssh = {
|
||||
enable = true;
|
||||
ports = [55502];
|
||||
ports = [22];
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue