update lucy
This commit is contained in:
parent
627b3a681f
commit
dbf9e9966a
1 changed files with 3 additions and 21 deletions
|
@ -38,14 +38,8 @@ in
|
||||||
|
|
||||||
# Additional packages
|
# Additional packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ffuf
|
|
||||||
gcc
|
|
||||||
go
|
|
||||||
jq
|
jq
|
||||||
nuclei-latest
|
jre_minimal
|
||||||
rustup
|
|
||||||
trivy
|
|
||||||
wapiti
|
|
||||||
];
|
];
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
||||||
|
@ -54,22 +48,10 @@ in
|
||||||
efi.efiSysMountPoint = "/boot";
|
efi.efiSysMountPoint = "/boot";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
|
|
||||||
services.mosquitto = {
|
|
||||||
enable = true;
|
|
||||||
listeners = [{
|
|
||||||
acl = [ "pattern readwrite #" ];
|
|
||||||
omitPasswordAuth = true;
|
|
||||||
settings.allow_anonymous = true;
|
|
||||||
}];
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 1883 ];
|
allowedTCPPorts = [ 25565 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.extraUsers.laura.extraGroups = [ "wheel" "docker" ];
|
users.extraUsers.laura.extraGroups = [ "wheel" ];
|
||||||
users.extraUsers.vivian.extraGroups = [ "docker" ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue