summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2025-11-16 10:22:22 +0100
committerLeonardo <noreply@leoflo.me>2025-11-16 10:22:22 +0100
commita4cacab50352bb3705e6a2963a2ce953d29f8a20 (patch)
tree96b697e8b9bcfcdb6ed9e6882009d1c12ceeebfe
parent7e49dd3f8e6e607125f23a5ff2a398e1d1d00d9c (diff)
downloadnixos-a4cacab50352bb3705e6a2963a2ce953d29f8a20.tar.gz
nixos-a4cacab50352bb3705e6a2963a2ce953d29f8a20.zip
cutter plugins
-rw-r--r--hermes/nixos/hardware-configuration.nix42
-rw-r--r--hermes/nixos/programs/cybersec.nix3
2 files changed, 1 insertions, 44 deletions
diff --git a/hermes/nixos/hardware-configuration.nix b/hermes/nixos/hardware-configuration.nix
deleted file mode 100644
index f461076..0000000
--- a/hermes/nixos/hardware-configuration.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-# Do not modify this file! It was generated by ‘nixos-generate-config’
-# and may be overwritten by future invocations. Please make changes
-# to /etc/nixos/configuration.nix instead.
-{ config, lib, pkgs, modulesPath, ... }:
-
-{
- imports =
- [ (modulesPath + "/installer/scan/not-detected.nix")
- ];
-
- boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ];
- boot.initrd.kernelModules = [ ];
- boot.kernelModules = [ "kvm-intel" ];
- boot.extraModulePackages = [ ];
-
- fileSystems."/" =
- { device = "/dev/disk/by-uuid/d2dbb171-8b65-4c40-9f09-d4e7b83f0094";
- fsType = "ext4";
- };
-
- fileSystems."/boot" =
- { device = "/dev/disk/by-uuid/ACC0-F37A";
- fsType = "vfat";
- options = [ "fmask=0077" "dmask=0077" ];
- };
-
- swapDevices =
- [ { device = "/dev/disk/by-uuid/d5e4b700-4eb2-4b19-8d7f-8a8e154a4df1"; }
- ];
-
- # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
- # (the default) this is the recommended approach. When using systemd-networkd it's
- # still possible to use this option, but it's recommended to use it in conjunction
- # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
- networking.useDHCP = lib.mkDefault true;
- # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
- # networking.interfaces.wlp4s0.useDHCP = lib.mkDefault true;
- # networking.interfaces.wwan0.useDHCP = lib.mkDefault true;
-
- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
- hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
-}
diff --git a/hermes/nixos/programs/cybersec.nix b/hermes/nixos/programs/cybersec.nix
index a37ff9a..e4359a8 100644
--- a/hermes/nixos/programs/cybersec.nix
+++ b/hermes/nixos/programs/cybersec.nix
@@ -6,8 +6,7 @@
environment.systemPackages = with pkgs; [
ascii file binwalk codeql pwntools
gnat15 python313 gdb gef
- ghidra-bin
- rizin cutter cutterPlugins.rz-ghidra
+ ghidra-bin cutter cutterPlugins.rz-ghidra
dig wireshark-qt
postman burpsuite
];