diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 11:42:01 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 11:42:01 +0200 |
| commit | 197af86b09f5b2beb7d2e0ca378268424e557285 (patch) | |
| tree | 9edfa1a496b1711685484d3f5fd193fce3d48e60 /custom | |
| parent | dd3f845526f34be923be78ffbebadeb9db9b8a4f (diff) | |
| download | nixos-197af86b09f5b2beb7d2e0ca378268424e557285.tar nixos-197af86b09f5b2beb7d2e0ca378268424e557285.tar.gz nixos-197af86b09f5b2beb7d2e0ca378268424e557285.tar.bz2 nixos-197af86b09f5b2beb7d2e0ca378268424e557285.tar.xz nixos-197af86b09f5b2beb7d2e0ca378268424e557285.zip | |
scoping
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 93c761b8..e384f0b1 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
| @@ -81,7 +81,7 @@ rec { | |||
| 81 | }; | 81 | }; |
| 82 | }; | 82 | }; |
| 83 | 83 | ||
| 84 | config = { | 84 | config = with config; { |
| 85 | environment.etc."uucp/config" = { | 85 | environment.etc."uucp/config" = { |
| 86 | enable = config.services.uucp.enable; | 86 | enable = config.services.uucp.enable; |
| 87 | text = '' | 87 | text = '' |
