desktop-2024-04-16-08-26-48

This commit is contained in:
Alexander Szczepanski
2024-04-16 08:26:48 +02:00
parent 8df4de7f06
commit 3c27d1d0f0
2 changed files with 11 additions and 10 deletions

View File

@ -30,11 +30,11 @@ in
ssh = {
startAgent = true;
};
gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
# enableSSHSupport = true;
};
# gnupg.agent = {
# enable = true;
# pinentryFlavor = "curses";
# # enableSSHSupport = true;
# };
};
fonts = {
@ -75,11 +75,11 @@ in
hardware.sane.enable = true;
services = {
mullvad-vpn.enable = true;
# mullvad-vpn.enable = true;
gvfs.enable = true;
etesync-dav = {
enable = true;
apiUrl = "https://etesync.szczepan.ski/";
};
# etesync-dav = {
# enable = true;
# apiUrl = "https://etesync.szczepan.ski/";
# };
};
}