aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/saarni/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/saarni/default.nix')
-rw-r--r--hosts/saarni/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/saarni/default.nix b/hosts/saarni/default.nix
index 9b2007a..d7be30a 100644
--- a/hosts/saarni/default.nix
+++ b/hosts/saarni/default.nix
@@ -2,11 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
-{
- config,
- pkgs,
- ...
-}:
+{ config, pkgs, ... }:
{
imports = [ ./hardware-configuration.nix ];