Add emacs + gnupg for susano
This commit is contained in:
@@ -124,6 +124,11 @@ in
|
|||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
|
|
||||||
|
gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
###
|
###
|
||||||
@@ -147,6 +152,8 @@ in
|
|||||||
# My Services
|
# My Services
|
||||||
###
|
###
|
||||||
dov = {
|
dov = {
|
||||||
|
development.emacs.enable = true;
|
||||||
|
|
||||||
# Reverse Proxy
|
# Reverse Proxy
|
||||||
reverse-proxy = {
|
reverse-proxy = {
|
||||||
nginx.enable = false; # TODO does not work for some reason
|
nginx.enable = false; # TODO does not work for some reason
|
||||||
|
|||||||
Reference in New Issue
Block a user