1password on spike, remove some unused packages

This commit is contained in:
Artemis Tosini 2023-10-06 06:28:56 +00:00
parent 68a65ddfbc
commit 86d6a6eb32
Signed by: artemist
GPG key ID: EE5227935FE3FF18
4 changed files with 13 additions and 15 deletions

View file

@ -201,11 +201,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696409884, "lastModified": 1696446489,
"narHash": "sha256-hz3i4wFJHoTIAEI19oF1fiPn6TpV+VuTSOrSHUoJMgs=", "narHash": "sha256-xSjMKdNR+q/3hdSPyg/LUMsZT/WIoUi8dcm5zT4SMUQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8aef005d44ee726911e9f793495bb40f2fbf5a05", "rev": "68f7d8c0fb0bfc67d1916dd7f06288424360d43a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -265,11 +265,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1696161939, "lastModified": 1696488240,
"narHash": "sha256-HI1DxS//s46/qv9dcW06TzXaBjxL2DVTQP8R1QsnHzM=", "narHash": "sha256-m9H4XDHaO7fGXLWTgNFrKFbBbMvrJpB7Sj6BcTM/2UE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "0ab3ee718e964fb42dc57ace6170f19cb0b66532", "rev": "6d05cccc80feaf93d5f3d6837f8c2db582b29cf8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -338,11 +338,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1696423583, "lastModified": 1696533984,
"narHash": "sha256-smU/jAx6j8ZJk5DalO2uDw+sZz40oXIQpBufClZeNnY=", "narHash": "sha256-4B7UpA9L8t57RYg801HopuEiipQJKzkEcLgPUaOB5Uw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "73f21c063dac16340c60d99a143dd3c7c07a1e70", "rev": "a0c35acab596530208034aef2e254cf32179268b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
programs = { programs = {
@ -10,13 +10,11 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
apktool apktool
aircrack-ng
nmap nmap
pwndbg pwndbg
python3Packages.binwalk-full python3Packages.binwalk-full
fusee-launcher fusee-launcher
hactool
]; ];
users.users.artemis.extraGroups = [ "adbusers" "wireshark" ]; users.users.artemis.extraGroups = [ "adbusers" "wireshark" ];

View file

@ -91,10 +91,9 @@
rustup rustup
# Security # Security
(pass.withExtensions (exts: [ exts.pass-otp ])) pass
wireguard-tools wireguard-tools
yubikey-manager yubikey-manager
yubioath-flutter
# GUI tools # GUI tools
alacritty alacritty

View file

@ -4,11 +4,12 @@
imports = [ imports = [
./boot-config.nix ./boot-config.nix
./hardware-configuration.nix ./hardware-configuration.nix
../../sets/1password.nix
../../sets/buildMachines.nix
../../sets/hacking.nix ../../sets/hacking.nix
../../sets/laptop.nix ../../sets/laptop.nix
../../sets/secureBoot.nix ../../sets/secureBoot.nix
../../sets/sshd.nix ../../sets/sshd.nix
../../sets/buildMachines.nix
../../sets/workstation.nix ../../sets/workstation.nix
inputs.nixos-hardware.nixosModules.gpd-micropc inputs.nixos-hardware.nixosModules.gpd-micropc
]; ];