feat(nix,bm-hostkey0): relaxed sandbox, SSH RemoteForward support, add pass, holo cache
This commit is contained in:
parent
54f94b8710
commit
407438d865
2 changed files with 13 additions and 3 deletions
|
@ -33,6 +33,9 @@ in {
|
|||
../../profiles/common/user.nix
|
||||
../../snippets/nix-settings.nix
|
||||
../../snippets/nix-settings-holo-chain.nix
|
||||
{
|
||||
nix.settings.sandbox = lib.mkForce "relaxed";
|
||||
}
|
||||
|
||||
../../snippets/holo-zerotier.nix
|
||||
|
||||
|
@ -49,6 +52,10 @@ in {
|
|||
};
|
||||
|
||||
home-manager.users.steveej = {pkgs, ...}: {
|
||||
imports = [
|
||||
../../../home-manager/programs/pass.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.nil
|
||||
pkgs.rnix-lsp
|
||||
|
@ -90,6 +97,9 @@ in {
|
|||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.settings.PermitRootLogin = "yes";
|
||||
services.openssh.extraConfig = ''
|
||||
StreamLocalBindUnlink yes
|
||||
'';
|
||||
|
||||
boot = {
|
||||
kernel = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue