From 3c6000dc3123b72d86aac9625d2b8926a7716991 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 23 Nov 2022 17:28:44 -0800 Subject: [PATCH] disable nebula --- euhadra.nix | 2 +- petalius.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/euhadra.nix b/euhadra.nix index df95f75..06fbacc 100644 --- a/euhadra.nix +++ b/euhadra.nix @@ -9,7 +9,7 @@ let mpdStreamingPort = 8080; in ./i3.nix ./uefi.nix ./fstrim.nix - ./nebula.nix + # ./nebula.nix ./tailscale.nix ]; diff --git a/petalius.nix b/petalius.nix index 06952db..b2bac65 100644 --- a/petalius.nix +++ b/petalius.nix @@ -14,7 +14,7 @@ ./huion.nix ./nvim05.nix ./nm-restart.nix - ./nebula.nix + # ./nebula.nix ./tailscale.nix ];