Compare commits

...

3 Commits

Author SHA1 Message Date
Eli Ribble f9fe2379f4 Add the poetry package.
Useful for developing Python code
2024-07-31 13:04:03 -07:00
Eli Ribble 777ec57f69 Add eliribble to the scanner group
Makes it easier to cleanup scans
2024-07-31 13:03:48 -07:00
Eli Ribble 8523f092d0 Set the correct timezone
Useful for setting the date and time of an upload.
2024-07-31 13:03:23 -07:00
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone. # Set your time zone.
# time.timeZone = "Europe/Amsterdam"; time.timeZone = "America/Phoenix";
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
@ -65,7 +65,7 @@
users.users.eliribble = { users.users.eliribble = {
isNormalUser = true; isNormalUser = true;
description = "Eli Ribble"; description = "Eli Ribble";
extraGroups = [ "docker" "networkmanager" "podman" "wheel" ]; # Enable sudo for the user. extraGroups = [ "docker" "networkmanager" "podman" "scanner" "wheel" ]; # Enable sudo for the user.
# packages = with pkgs; [ # packages = with pkgs; [
# firefox # firefox
# tree # tree
@ -95,6 +95,7 @@
#mongodb #mongodb
neovim neovim
nginx nginx
poetry
python3 python3
step-ca step-ca
step-cli step-cli