Remove unused.
This commit is contained in:
parent
9ab2b4b99b
commit
ceb63a7b23
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
@ -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 =
|
||||
[
|
||||
|
|
Reference in a new issue