restructure folders - 3
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
lm_sensors
|
lm_sensors
|
||||||
|
|
||||||
# extras
|
# extras
|
||||||
# openssh
|
# openssh
|
||||||
#betterbird
|
#betterbird
|
||||||
#bitwarden
|
#bitwarden
|
||||||
# dropbox
|
# dropbox
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
{ imports = [ ./openssh.nix ./ssh-agent.nix ]; }
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [ ./ssh-agent.nix ];
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services = {
|
|
||||||
ssh-agent = { enable = true; };
|
|
||||||
openssh = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
PasswordAuthentication = false;
|
|
||||||
PermitRootLogin = "prohibit-password";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user