From c7fdf15e7e5ddb2edd8fc021951285510c3a51e4 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 2 Apr 2026 10:26:06 +0200 Subject: chore: nixfmt formatting --- modules/hosts/adam/flake-parts.nix | 4 ++-- modules/services/openssh.nix | 4 ++-- modules/services/site.nix | 18 +++++++++--------- modules/users/schererleander/hm-base.nix | 5 ++++- modules/users/schererleander/hm-linux.nix | 1 - 5 files changed, 17 insertions(+), 15 deletions(-) (limited to 'modules') diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix index 1689a95..82d990c 100644 --- a/modules/hosts/adam/flake-parts.nix +++ b/modules/hosts/adam/flake-parts.nix @@ -12,11 +12,11 @@ kde sway dns - audio + audio bluetooth mullvad-vpn steam - sunshine + sunshine wooting ]; }; diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index 8bb530c..f86c13c 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -9,8 +9,8 @@ enable = true; ports = [ 8693 ]; settings = { - AllowTcpForwarding = false; - AllowAgentForwarding = false; + AllowTcpForwarding = false; + AllowAgentForwarding = false; PasswordAuthentication = false; X11Forwarding = false; PermitRootLogin = "yes"; diff --git a/modules/services/site.nix b/modules/services/site.nix index 2c80b9b..93342f2 100644 --- a/modules/services/site.nix +++ b/modules/services/site.nix @@ -7,16 +7,16 @@ }: { /* - imports = [ - inputs.site.nixosModules.default - ]; + imports = [ + inputs.site.nixosModules.default + ]; - services.site = { - enable = true; - domain = "schererleander.de"; - sslCertificate = config.sops.secrets."cert_fullchain".path; - sslCertificateKey = config.sops.secrets."cert_private".path; - }; + services.site = { + enable = true; + domain = "schererleander.de"; + sslCertificate = config.sops.secrets."cert_fullchain".path; + sslCertificateKey = config.sops.secrets."cert_private".path; + }; */ services.nginx.virtualHosts."schererleander.de" = { diff --git a/modules/users/schererleander/hm-base.nix b/modules/users/schererleander/hm-base.nix index db55df6..a6100d9 100644 --- a/modules/users/schererleander/hm-base.nix +++ b/modules/users/schererleander/hm-base.nix @@ -8,7 +8,8 @@ zsh neovim zed - sioyek + sioyek + opencode ]; # Allow search or installation for unfree packages as a user @@ -19,6 +20,8 @@ stateVersion = "26.05"; packages = with pkgs; [ obsidian + claude-code + moonlight-qt ]; }; }; diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix index 168a38f..5acb11e 100644 --- a/modules/users/schererleander/hm-linux.nix +++ b/modules/users/schererleander/hm-linux.nix @@ -7,7 +7,6 @@ inputs.self.modules.homeManager.sway inputs.self.modules.homeManager.firefox inputs.self.modules.homeManager.firefox - inputs.self.modules.homeManager.opencode inputs.self.modules.homeManager.nixcord inputs.self.modules.homeManager.spicetify inputs.self.modules.homeManager.jellyfin-mpv-shim -- cgit v1.3.1