From d201b745f7114caeab79961872f73f7f82142c45 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 2 Sep 2022 10:00:42 -0600 Subject: [PATCH] plq: install nix-review, prep for sops ability --- hosts/plq/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/plq/default.nix b/hosts/plq/default.nix index 24821df..d907ebb 100644 --- a/hosts/plq/default.nix +++ b/hosts/plq/default.nix @@ -13,6 +13,8 @@ in { _module.args.isUnstable = false; imports = [ ../../configs/tmux.nix ../../configs/zsh.nix ../../bins ]; + sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + networking.hostName = "plq"; programs.zsh.enable = true; @@ -51,6 +53,7 @@ in { (callPackage ../../pkgs/nheko.nix { inherit isUnstable; }) (callPackage ../../pkgs/secretive.nix { inherit isUnstable; }) + nix-review direnv go mosh