aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-04-02 10:26:06 +0200
committerschererleander <leander@schererleander.de>2026-04-02 10:26:06 +0200
commitc7fdf15e7e5ddb2edd8fc021951285510c3a51e4 (patch)
treed6b0180f251fd251f868c6b409cbce458201d742
parent28a7b6895ff52ca50fa91455ee719c07fc38ad03 (diff)
chore: nixfmt formatting
-rw-r--r--flake.nix4
-rw-r--r--modules/hosts/adam/flake-parts.nix4
-rw-r--r--modules/services/openssh.nix4
-rw-r--r--modules/services/site.nix18
-rw-r--r--modules/users/schererleander/hm-base.nix5
-rw-r--r--modules/users/schererleander/hm-linux.nix1
6 files changed, 19 insertions, 17 deletions
diff --git a/flake.nix b/flake.nix
index fd718c5..c5a071a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,8 +16,8 @@
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
- nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
- nixpkgs-wayland.inputs.nixpkgs.follows = "nixpkgs";
+ nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
+ nixpkgs-wayland.inputs.nixpkgs.follows = "nixpkgs";
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
spicetify-nix.inputs.nixpkgs.follows = "nixpkgs";
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