feat: move irc to gustave

This commit is contained in:
Luj 2024-05-22 15:02:00 +02:00
parent 8520d1bdcb
commit dfacecab1f

View file

@ -42,5 +42,13 @@
];
};
luj.irc = {
enable = true;
nginx = {
enable = true;
subdomain = "irc";
};
};
system.stateVersion = "23.11";
}