mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 08:06:19 +02:00
overlays: remove wdisplays
This commit is contained in:
parent
2bb6fa41e0
commit
33f39b3a15
2 changed files with 12 additions and 9 deletions
|
@ -201,6 +201,17 @@
|
|||
cups
|
||||
agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "user1";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
programs.java.enable = true;
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue