arianrhod: disable ipfs

This commit is contained in:
Jez Cope 2021-04-11 21:01:14 +01:00
parent aedcb10758
commit d3162fcdd2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
imports = [ ../bits/home-common.nix ../bits/zfs.nix ../bits/ipfs.nix ];
imports = [ ../bits/home-common.nix ../bits/zfs.nix ];
networking.interfaces.enp0s25.useDHCP = true;
networking.interfaces.wlp2s0.useDHCP = true;