summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-26 14:16:47 +0100
committerGrisha Shipunov2025-01-26 14:16:47 +0100
commit09b5328d1ca7ccb291e9717bc8d1689518f92af1 (patch)
tree044b3d2ae4f62b2cfbcc93950f55a12cc9f484b1 /hosts/toaster
parentc9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c (diff)
deadnix
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/amd.nix2
-rw-r--r--hosts/toaster/default.nix2
-rw-r--r--hosts/toaster/hardware-configuration.nix1
-rw-r--r--hosts/toaster/network/mullvad.nix2
-rw-r--r--hosts/toaster/zfs.nix2
5 files changed, 3 insertions, 6 deletions
diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix
index 637f15d..b58784f 100644
--- a/hosts/toaster/amd.nix
+++ b/hosts/toaster/amd.nix
@@ -1,4 +1,4 @@
-{ pkgs, config, ... }:
+{ ... }:
{
boot.initrd.kernelModules = [ "amdgpu" ];
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index f3afe11..b3e0d38 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, config, ... }:
+{ config, ... }:
{
imports = [
./amd.nix
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix
index 69ebb66..1b0fbb0 100644
--- a/hosts/toaster/hardware-configuration.nix
+++ b/hosts/toaster/hardware-configuration.nix
@@ -4,7 +4,6 @@
{
config,
lib,
- pkgs,
modulesPath,
...
}:
diff --git a/hosts/toaster/network/mullvad.nix b/hosts/toaster/network/mullvad.nix
index 66667b3..7c20818 100644
--- a/hosts/toaster/network/mullvad.nix
+++ b/hosts/toaster/network/mullvad.nix
@@ -1,4 +1,4 @@
-{ config, lib, ... }:
+{ config, ... }:
{
systemd.network =
let
diff --git a/hosts/toaster/zfs.nix b/hosts/toaster/zfs.nix
index 577e4d6..70cc5c9 100644
--- a/hosts/toaster/zfs.nix
+++ b/hosts/toaster/zfs.nix
@@ -1,7 +1,5 @@
{
pkgs,
- lib,
- config,
...
}:
{