Remove unused.

This commit is contained in:
Joseph Hanson 2024-07-07 09:32:56 -05:00
parent 9ab2b4b99b
commit ceb63a7b23
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];

View file

@ -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 =
[