diff options
Diffstat (limited to 'tv/1systems/bu/config.nix')
-rw-r--r-- | tv/1systems/bu/config.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tv/1systems/bu/config.nix b/tv/1systems/bu/config.nix index 11cdac3..22e5f14 100644 --- a/tv/1systems/bu/config.nix +++ b/tv/1systems/bu/config.nix @@ -1,7 +1,5 @@ -{ config, pkgs, ... }: let - lib = import ../../../lib; -in { - +with import ./lib; +{ config, pkgs, ... }: { imports = [ ./disks.nix <stockholm/tv> |