From 263ef5008cb62218efffa1e56bd9fb907e37ed18 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 14 Jan 2024 16:22:00 -0500 Subject: [PATCH] Enable FancyTypist --- nixos-apps/default.nix | 2 +- nixos-apps/fancytypist.com.nix | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/nixos-apps/default.nix b/nixos-apps/default.nix index 264a39f..8c5e9e2 100644 --- a/nixos-apps/default.nix +++ b/nixos-apps/default.nix @@ -9,7 +9,7 @@ ./git.ewanick.com.nix ./paperless.ewanick.com.nix - # ./fancytypist.com.nix + ./fancytypist.com.nix ./hydra.fancyTypist.com.nix ]; diff --git a/nixos-apps/fancytypist.com.nix b/nixos-apps/fancytypist.com.nix index a7be665..5aed65d 100644 --- a/nixos-apps/fancytypist.com.nix +++ b/nixos-apps/fancytypist.com.nix @@ -65,14 +65,4 @@ in ''; }; }; - - services.emanote = { - enable = true; - # host = "127.0.0.1"; # default listen address is 127.0.0.1 - # port = 7000; # default http port is 7000 - notes = [ - "/workspace/admin" - ]; - package = emanote.packages.${system}.default; - }; }