nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit c2c56b302f342544c39c850abe1d266c69207211
parent 68bde803b58a7949b8b43e7bd1ce0be83ae576ae
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue,  6 Jan 2026 19:15:16 +0000

Standard indentation

Diffstat:
Mcommon/ssh.nix | 5++---
Mmachines/atlas.nix | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/common/ssh.nix b/common/ssh.nix @@ -6,10 +6,10 @@ enable = true; ports = [ sshport ]; settings.PasswordAuthentication = false; - }; + }; # Fail2ban service services.fail2ban.enable = true; # Import SSH key users.users.${username}.openssh.authorizedKeys.keys = [ "${sshkey}" ]; -} -\ No newline at end of file +} diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -66,7 +66,7 @@ let machine = "atlas"; in { hardware.graphics = { enable = true; enable32Bit = true; - }; + }; hardware.firmware = [ pkgs.linux-firmware ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;