rofi fixes and quassel
Some checks are pending
/ ci (push) Waiting to run

This commit is contained in:
Callum Leslie 2024-09-13 15:52:57 +01:00
parent b86629718d
commit 3c5f85bbb1
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
4 changed files with 10 additions and 6 deletions

View file

@ -2,6 +2,7 @@
imports = [
./hardware-configuration.nix
./configuration.nix
./quassel.nix
./fail2ban.nix
./containers.nix
./networking.nix

6
hosts/hermes/quassel.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
services.quassel = {
enable = true;
interfaces = ["0.0.0.0"];
};
}