diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-04 21:14:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-05 00:44:38 +0530 |
commit | e038eb08741a003dde903ffc5c12fa40cfcf1bf4 (patch) | |
tree | b736bbe82bf31b80c841bcf047890170c8cdce59 /os/common | |
parent | 65f71da77061339b4ed9b33508e95049a4e77cb4 (diff) |
os/server: init
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 8c89efb..615dbed 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -29,11 +29,6 @@ in { loader.timeout = 1; }; - services.openssh = { - enable = true; - settings.PasswordAuthentication = false; - }; - programs.bash.promptInit = '' if [ "$UID" -ne 0 ]; then PROMPT_COLOR="1;32m" |