diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-14 12:19:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-14 12:19:47 +0100 |
commit | 7f743494608a75a56ec1c055f298839ff740fc54 (patch) | |
tree | 5482bd8febc97ecdc3d1211b14f0440b979286f9 /accounts | |
parent | 030b4afcbb77bb6c5060e4133f6463da680ff685 (diff) | |
download | nixos-7f743494608a75a56ec1c055f298839ff740fc54.tar nixos-7f743494608a75a56ec1c055f298839ff740fc54.tar.gz nixos-7f743494608a75a56ec1c055f298839ff740fc54.tar.bz2 nixos-7f743494608a75a56ec1c055f298839ff740fc54.tar.xz nixos-7f743494608a75a56ec1c055f298839ff740fc54.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 10 |
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; }; |