summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
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,
...
}:
{