feat: NixOS | modular nixos config
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{ ... }:
|
||||
|
||||
let
|
||||
{...}: let
|
||||
onePassPath = "~/.1password/agent.sock";
|
||||
in
|
||||
{
|
||||
in {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = "IdentityAgent ${onePassPath}";
|
||||
|
||||
Reference in New Issue
Block a user