Add support for StepCA for certificates
This commit is contained in:
parent
4b2058091b
commit
9030577f20
|
@ -58,6 +58,8 @@
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.libinput.enable = true;
|
# services.libinput.enable = true;
|
||||||
|
|
||||||
|
users.groups.step = {};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.eliribble = {
|
users.users.eliribble = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
@ -68,6 +70,12 @@
|
||||||
# tree
|
# 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:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
|
@ -81,6 +89,8 @@
|
||||||
neovim
|
neovim
|
||||||
nginx
|
nginx
|
||||||
python3
|
python3
|
||||||
|
step-ca
|
||||||
|
step-cli
|
||||||
tmux
|
tmux
|
||||||
#unifi8
|
#unifi8
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in New Issue