feat: gpg stuff

This commit is contained in:
Noa Aarts 2024-08-23 21:42:46 +02:00
parent d4a278f7ff
commit 031ceb122f
7 changed files with 26 additions and 15 deletions

View file

@ -139,7 +139,7 @@
noa = {
isNormalUser = true;
description = "Noa Aarts";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" "docker" "wireshark" ];
hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBFemc4Pzp7I0y8FHxgRO/c/ReBmXuqXR6CWqbhiQ+0t noa@Noas_flaptop"
@ -190,6 +190,8 @@
nix-ld.libraries = with pkgs; [
wayland
];
wireshark.enable = true;
};
modules = {