Compare commits

..

No commits in common. "a6568d4891d7323af288ba339368ac6def601b42" and "2670ad97e843525d73cd3df2b62de7c257ee1b55" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View file

@ -14,7 +14,8 @@
(if config.programs.adb.enable then "adbusers" else null) (if config.programs.adb.enable then "adbusers" else null)
]; ];
linger = true; linger = true;
initialPassword = "nixos"; # Initial password for the account
password = "nixos";
packages = with pkgs; [ packages = with pkgs; [
firefox firefox
vivaldi vivaldi

View file

@ -29,12 +29,6 @@
ddrescue ddrescue
]; ];
programs.git.config = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
rerere.enabled = true;
};
# Enable fail2ban because of the OpenSSH server # Enable fail2ban because of the OpenSSH server
services.fail2ban = { services.fail2ban = {
enable = true; enable = true;

View file

@ -120,9 +120,6 @@ in
truncation_length = 5; truncation_length = 5;
truncation_symbol = "/"; truncation_symbol = "/";
}; };
hostname = {
ssh_only = false;
};
username = { username = {
show_always = true; show_always = true;
}; };