1
1
Fork 0

Enable FancyTypist

main
Bill Ewanick 2024-01-14 16:22:00 -05:00
parent 18a5d06903
commit 263ef5008c
2 changed files with 1 additions and 11 deletions

View File

@ -9,7 +9,7 @@
./git.ewanick.com.nix ./git.ewanick.com.nix
./paperless.ewanick.com.nix ./paperless.ewanick.com.nix
# ./fancytypist.com.nix ./fancytypist.com.nix
./hydra.fancyTypist.com.nix ./hydra.fancyTypist.com.nix
]; ];

View File

@ -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;
};
} }