Compare commits

..

No commits in common. "f9fe2379f497cecd4120f734ecd05b63de4edc9d" and "deb6c42c64173712b1be7e0a62f73a0fc5b71ac7" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

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