diff --git a/common.nix b/common.nix index dad503c..1364167 100644 --- a/common.nix +++ b/common.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, ... }: { nix.settings = { experimental-features = [ "nix-command" "flakes" ]; diff --git a/configuration-grub.nix b/configuration-grub.nix index ca8c380..36df0af 100644 --- a/configuration-grub.nix +++ b/configuration-grub.nix @@ -1,5 +1,5 @@ # This is a small config that can be used to bootstrap a system with ZFS. -{ config, lib, modulesPath, pkgs, ... }: +{ config, lib, modulesPath, ... }: { imports = [