tries to fix ssh config for vps-sm
This commit is contained in:
parent
3baae32887
commit
1a6aa16251
4 changed files with 10 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ _config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "dennis";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
_lib,
|
||||
_config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
|
@ -99,6 +99,8 @@
|
|||
"p11-kit"
|
||||
"mas"
|
||||
"go"
|
||||
"ca-certificates"
|
||||
"gettext"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
_lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
./networking.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.ip-whitelist.nixosModules.default
|
||||
../../modules/openssh
|
||||
../../modules/vaultwarden
|
||||
../../modules/uptime-kuma
|
||||
../../modules/homepage
|
||||
|
|
@ -124,16 +125,6 @@
|
|||
};
|
||||
|
||||
# Services
|
||||
# SSH
|
||||
services.openssh = {
|
||||
settings = {
|
||||
X11Forwarding = false;
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
openFirewall = false;
|
||||
};
|
||||
|
||||
# Tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ return {
|
|||
nerd_font_variant = "mono",
|
||||
},
|
||||
completion = {
|
||||
documentation = { auto_show = false },
|
||||
documentation = {
|
||||
auto_show = false,
|
||||
},
|
||||
list = {
|
||||
selection = {
|
||||
preselect = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue