diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/cloud/proxy/default.nix | 2 | ||||
| -rw-r--r-- | hosts/minime/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/minime/hardware-configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/minime/zfs.nix | 2 | ||||
| -rw-r--r-- | hosts/radicale/radicale.nix | 2 | ||||
| -rw-r--r-- | hosts/toaster/amd.nix | 2 | ||||
| -rw-r--r-- | hosts/toaster/default.nix | 2 | ||||
| -rw-r--r-- | hosts/toaster/hardware-configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/toaster/network/mullvad.nix | 2 | ||||
| -rw-r--r-- | hosts/toaster/zfs.nix | 2 |
10 files changed, 5 insertions, 14 deletions
diff --git a/hosts/cloud/proxy/default.nix b/hosts/cloud/proxy/default.nix index 66ccb29..c225ce3 100644 --- a/hosts/cloud/proxy/default.nix +++ b/hosts/cloud/proxy/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { imports = [ ./auth.nix diff --git a/hosts/minime/configuration.nix b/hosts/minime/configuration.nix index bb77eaf..a5adb0b 100644 --- a/hosts/minime/configuration.nix +++ b/hosts/minime/configuration.nix @@ -3,9 +3,6 @@ # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { - config, - lib, - pkgs, ... }: diff --git a/hosts/minime/hardware-configuration.nix b/hosts/minime/hardware-configuration.nix index ae2a528..ab2f88b 100644 --- a/hosts/minime/hardware-configuration.nix +++ b/hosts/minime/hardware-configuration.nix @@ -4,7 +4,6 @@ { config, lib, - pkgs, modulesPath, ... }: diff --git a/hosts/minime/zfs.nix b/hosts/minime/zfs.nix index 6941995..bcc27bb 100644 --- a/hosts/minime/zfs.nix +++ b/hosts/minime/zfs.nix @@ -1,7 +1,5 @@ { pkgs, - lib, - config, ... }: { diff --git a/hosts/radicale/radicale.nix b/hosts/radicale/radicale.nix index e69b1b5..c200013 100644 --- a/hosts/radicale/radicale.nix +++ b/hosts/radicale/radicale.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ ... }: { services.radicale = { enable = true; 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, ... }: { |
