From e8762f575f44ea8162e13ee6223f3609dde71783 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Mon, 17 Mar 2025 19:06:47 +0100 Subject: [PATCH] deadnix -e --- flake.nix | 2 -- home/vinzenz/zsh.nix | 2 +- hosts/forgejo-runner-1/configuration.nix | 2 +- hosts/forgejo-runner-1/hardware.nix | 2 +- hosts/hetzner-vpn2/configuration.nix | 2 +- hosts/hetzner-vpn2/hardware.nix | 2 +- hosts/hetzner-vpn2/nginx.nix | 2 +- hosts/vinzenz-lpt2/configuration.nix | 2 +- hosts/vinzenz-pc2/configuration.nix | 2 +- modules/desktop-environment.nix | 2 +- modules/desktop-hardware.nix | 1 - modules/gaming.nix | 2 +- modules/gnome.nix | 2 +- modules/intel-graphics.nix | 2 +- 14 files changed, 12 insertions(+), 15 deletions(-) diff --git a/flake.nix b/flake.nix index 9b21548a..f8701127 100644 --- a/flake.nix +++ b/flake.nix @@ -22,11 +22,9 @@ outputs = { - self, nixpkgs, home-manager, lix-module, - nixos-hardware, niri, }: let diff --git a/home/vinzenz/zsh.nix b/home/vinzenz/zsh.nix index 0b5ed96c..4f2e6bb3 100644 --- a/home/vinzenz/zsh.nix +++ b/home/vinzenz/zsh.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: { config.programs.zsh = { initExtra = '' diff --git a/hosts/forgejo-runner-1/configuration.nix b/hosts/forgejo-runner-1/configuration.nix index 81b5be86..345e622f 100644 --- a/hosts/forgejo-runner-1/configuration.nix +++ b/hosts/forgejo-runner-1/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { # uncomment for build check on non arm system (requires --impure) # nixpkgs.buildPlatform = builtins.currentSystem; diff --git a/hosts/forgejo-runner-1/hardware.nix b/hosts/forgejo-runner-1/hardware.nix index f7cb0837..e3e6880e 100644 --- a/hosts/forgejo-runner-1/hardware.nix +++ b/hosts/forgejo-runner-1/hardware.nix @@ -1,4 +1,4 @@ -{ lib, modulesPath, ... }: +{ modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; diff --git a/hosts/hetzner-vpn2/configuration.nix b/hosts/hetzner-vpn2/configuration.nix index be2fe7b5..8e16ff71 100644 --- a/hosts/hetzner-vpn2/configuration.nix +++ b/hosts/hetzner-vpn2/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { # uncomment for build check on non arm system (requires --impure) # nixpkgs.buildPlatform = builtins.currentSystem; diff --git a/hosts/hetzner-vpn2/hardware.nix b/hosts/hetzner-vpn2/hardware.nix index 7cf5ce7c..e8fa931c 100644 --- a/hosts/hetzner-vpn2/hardware.nix +++ b/hosts/hetzner-vpn2/hardware.nix @@ -1,4 +1,4 @@ -{ lib, modulesPath, ... }: +{ modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; diff --git a/hosts/hetzner-vpn2/nginx.nix b/hosts/hetzner-vpn2/nginx.nix index a9bc5835..218b7a90 100644 --- a/hosts/hetzner-vpn2/nginx.nix +++ b/hosts/hetzner-vpn2/nginx.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, ... }: { security.acme = { acceptTerms = true; diff --git a/hosts/vinzenz-lpt2/configuration.nix b/hosts/vinzenz-lpt2/configuration.nix index 7ad1351b..5267e899 100644 --- a/hosts/vinzenz-lpt2/configuration.nix +++ b/hosts/vinzenz-lpt2/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./nginx.nix ]; diff --git a/hosts/vinzenz-pc2/configuration.nix b/hosts/vinzenz-pc2/configuration.nix index aa010957..d2f74392 100644 --- a/hosts/vinzenz-pc2/configuration.nix +++ b/hosts/vinzenz-pc2/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./hardware.nix diff --git a/modules/desktop-environment.nix b/modules/desktop-environment.nix index 9d4fcd8c..afb52552 100644 --- a/modules/desktop-environment.nix +++ b/modules/desktop-environment.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { config = { services = { diff --git a/modules/desktop-hardware.nix b/modules/desktop-hardware.nix index 62d0ab9b..1fed3a83 100644 --- a/modules/desktop-hardware.nix +++ b/modules/desktop-hardware.nix @@ -1,7 +1,6 @@ { lib, pkgs, - config, ... }: { diff --git a/modules/gaming.nix b/modules/gaming.nix index 6cb625f9..4214c23b 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { config = { hardware = { diff --git a/modules/gnome.nix b/modules/gnome.nix index c510a9da..669109c2 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { config = { services = { diff --git a/modules/intel-graphics.nix b/modules/intel-graphics.nix index f23b3571..74c6e670 100644 --- a/modules/intel-graphics.nix +++ b/modules/intel-graphics.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { config = { hardware.graphics = {