feat(ops/nixos/camden): Enable haveged entropy "generator"
This commit is contained in:
parent
dbb24e0377
commit
31b021e629
1 changed files with 4 additions and 3 deletions
|
@ -93,9 +93,6 @@ in pkgs.lib.fix(self: {
|
|||
curl emacs26-nox gnupg pass pciutils direnv
|
||||
]);
|
||||
|
||||
# Services setup
|
||||
services.openssh.enable = true;
|
||||
|
||||
users.users.tazjin = {
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
|
@ -103,6 +100,10 @@ in pkgs.lib.fix(self: {
|
|||
shell = nixpkgs.fish;
|
||||
};
|
||||
|
||||
# Services setup
|
||||
services.openssh.enable = true;
|
||||
services.haveged.enable = true;
|
||||
|
||||
# Join Tailscale into home network
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue