Merge branch 'nixos' of ssh://git.lyte.dev:2222/lytedev/dotfiles into nixos

This commit is contained in:
Daniel Flanagan 2020-10-26 16:35:11 -05:00
commit b80cc81620
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 11 additions and 6 deletions

View file

@ -33,8 +33,9 @@
autoconf autoconf
ncurses ncurses
weechat weechat
python39Full
jq jq
xfce.thunar xfce.thunar-archive-plugin # xfce.thunar-volman xfce.thunar xfce.thunar-archive-plugin xfce.thunar-volman
]; ];
}; };
} }

View file

@ -38,7 +38,11 @@
}; };
services = { services = {
openssh.enable = true; openssh = {
enable = true;
passwordAuthentication = false;
permitRootLogin = "no";
};
}; };
console = { console = {