Add support for StepCA for certificates

This commit is contained in:
Eli Ribble 2024-07-22 17:10:32 +00:00
parent 4b2058091b
commit 9030577f20
1 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,8 @@
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
users.groups.step = {};
# Define a user account. Don't forget to set a password with passwd.
users.users.eliribble = {
isNormalUser = true;
@ -68,6 +70,12 @@
# tree
# ];
};
users.users.step = {
group = "step";
isNormalUser = false;
isSystemUser = true;
description = "User for step-ca certs";
};
# List packages installed in system profile. To search, run:
# $ nix search wget
@ -81,6 +89,8 @@
neovim
nginx
python3
step-ca
step-cli
tmux
#unifi8
wget