mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/plover: refactor into user-specific config
This commit is contained in:
parent
b89d9f249c
commit
30e75ebfc7
@ -3,15 +3,13 @@
|
||||
|
||||
{
|
||||
users.users.plover = {
|
||||
# Change this immediately pls.
|
||||
initialHashedPassword = "$6$gpgBrL3.RAGa9NBp$93Ac5ZW53KcgbA9q4awVKA.bVArP7Hw1NbyakT30Mav.7obIuN17WWijT.EaBSJU6ArvdXTehC3xZ9/9oZPDR0";
|
||||
hashedPassword = "$6$gpgBrL3.RAGa9NBp$93Ac5ZW53KcgbA9q4awVKA.bVArP7Hw1NbyakT30Mav.7obIuN17WWijT.EaBSJU6ArvdXTehC3xZ9/9oZPDR0";
|
||||
extraGroups = [ "wheel" ];
|
||||
useDefaultShell = true;
|
||||
isNormalUser = true;
|
||||
description = "The go-to user for server systems.";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
wireshark-cli
|
||||
bind.dnsutils
|
||||
nettools
|
||||
@ -19,4 +17,5 @@
|
||||
fd
|
||||
jq
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user