generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
21
nixos/mosh.nix
Normal file
21
nixos/mosh.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# programs.mosh = {
|
||||
# enable = true;
|
||||
# programs.mosh.openFirewall = false;
|
||||
# };
|
||||
|
||||
# services.openssh = {
|
||||
# settings = {
|
||||
# PasswordAuthentication = false;
|
||||
# KbdInteractiveAuthentication = false;
|
||||
# PermitRootLogin = "no";
|
||||
# AllowUsers = [ "xnm" ];
|
||||
# };
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mosh
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user