Compare commits
3 Commits
deb6c42c64
...
f9fe2379f4
Author | SHA1 | Date |
---|---|---|
|
f9fe2379f4 | |
|
777ec57f69 | |
|
8523f092d0 |
|
@ -20,7 +20,7 @@
|
|||
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
||||
# Set your time zone.
|
||||
# time.timeZone = "Europe/Amsterdam";
|
||||
time.timeZone = "America/Phoenix";
|
||||
|
||||
# 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" "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "docker" "networkmanager" "podman" "scanner" "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
# packages = with pkgs; [
|
||||
# firefox
|
||||
# tree
|
||||
|
@ -95,6 +95,7 @@
|
|||
#mongodb
|
||||
neovim
|
||||
nginx
|
||||
poetry
|
||||
python3
|
||||
step-ca
|
||||
step-cli
|
||||
|
|
Loading…
Reference in New Issue