enable volnoti

This commit is contained in:
Motiejus Jakštys 2023-09-18 15:04:22 +03:00
parent 9ebeef43e3
commit 49f5782109
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,6 @@
user = "motiejus"; user = "motiejus";
}; };
}; };
}; };
pipewire = { pipewire = {
@ -48,7 +47,6 @@
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
}; };
}; };
programs = { programs = {
@ -149,6 +147,8 @@
}; };
}; };
services.volnoti.enable = true;
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;