diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-03 22:33:11 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-03 22:33:11 +0100 |
commit | 597ede7f0aed75027049482a54f3124413e46847 (patch) | |
tree | 29732994fc81955c17420e787a9f248fd311c1d8 /ymir.nix | |
parent | f95ed850e13e43743571d917d9f7fbc1de5037f6 (diff) | |
download | nixos-597ede7f0aed75027049482a54f3124413e46847.tar nixos-597ede7f0aed75027049482a54f3124413e46847.tar.gz nixos-597ede7f0aed75027049482a54f3124413e46847.tar.bz2 nixos-597ede7f0aed75027049482a54f3124413e46847.tar.xz nixos-597ede7f0aed75027049482a54f3124413e46847.zip |
syntax poking
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ in { | |||
19 | ./ymir-hw.nix | 19 | ./ymir-hw.nix |
20 | ./custom/zsh.nix | 20 | ./custom/zsh.nix |
21 | ./users.nix | 21 | ./users.nix |
22 | ((import ./custom/tinc.nix) { | 22 | ((import ./custom/tinc/yggdrasil.nix) { |
23 | name = "ymir"; | 23 | name = "ymir"; |
24 | ip = {}; | 24 | ip = {}; |
25 | }) | 25 | }) |