Compare commits
No commits in common. "f9fe2379f497cecd4120f734ecd05b63de4edc9d" and "deb6c42c64173712b1be7e0a62f73a0fc5b71ac7" have entirely different histories.
f9fe2379f4
...
deb6c42c64
|
@ -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 = "America/Phoenix";
|
# time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
||||||
# 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" "scanner" "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "docker" "networkmanager" "podman" "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
# packages = with pkgs; [
|
# packages = with pkgs; [
|
||||||
# firefox
|
# firefox
|
||||||
# tree
|
# tree
|
||||||
|
@ -95,7 +95,6 @@
|
||||||
#mongodb
|
#mongodb
|
||||||
neovim
|
neovim
|
||||||
nginx
|
nginx
|
||||||
poetry
|
|
||||||
python3
|
python3
|
||||||
step-ca
|
step-ca
|
||||||
step-cli
|
step-cli
|
||||||
|
|
Loading…
Reference in New Issue