summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 6df87347..9743a460 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -71,6 +71,16 @@ in {
71 zathura.useMupdf = false; 71 zathura.useMupdf = false;
72 }; 72 };
73 73
74 nix.registry = {
75 "~flk" = {
76 from = {
77 type = "indirect";
78 id = "~flk";
79 };
80 to.url = "/home/gkleen/config/nixos-flakes";
81 };
82 };
83
74 programs = { 84 programs = {
75 ssh = { 85 ssh = {
76 matchBlocks = import ./ssh-hosts.nix { inherit pkgs; }; # customUtils.nixImport { dir = ./ssh-hosts; }; 86 matchBlocks = import ./ssh-hosts.nix { inherit pkgs; }; # customUtils.nixImport { dir = ./ssh-hosts; };