nixpkgs/nixos/modules
Eelco Dolstra f6eece6f8f programs.ssh.knownHosts: Use attribute name
This allows writing:

  programs.ssh.knownHosts."10.1.2.3".publicKey = "bar";

instead of

  programs.ssh.knownHosts = [ { hostNames = [ "10.1.2.3" ]; publicKey = "bar"; } ];
2015-08-27 15:32:46 +02:00
..
config nixos: generate infodirs directly in system-path 2015-08-18 18:42:57 +00:00
hardware Put all firmware in $out/lib/firmware 2015-08-25 00:40:34 +02:00
installer nixos-generate-config: Don't enable vbox guest via deprecated option 2015-08-16 00:32:37 +02:00
misc Unify NixOS and Nixpkgs channel structure 2015-08-05 17:37:11 +02:00
profiles nixos/ISO profile: fix defaultLocales :-) 2015-08-06 12:30:38 +02:00
programs programs.ssh.knownHosts: Use attribute name 2015-08-27 15:32:46 +02:00
security ecryptfs: 2015-08-19 12:16:57 +01:00
services Rename services.openssh.knownHosts -> programs.ssh.knownHosts 2015-08-27 15:32:46 +02:00
system Merge pull request #9383 from anderspapitto/master 2015-08-26 10:42:44 +02:00
tasks Don't include wireless tools in containers 2015-07-22 12:51:21 +02:00
testing test-instrumentation.nix: Prevent calling a pager 2015-01-15 14:39:29 +01:00
virtualisation containers: fix interfaces option bugs 2015-08-26 22:11:12 +03:00
module-list.nix Merge pull request #9376 from rick68/softether 2015-08-26 10:45:46 +02:00
rename.nix Rename services.openssh.knownHosts -> programs.ssh.knownHosts 2015-08-27 15:32:46 +02:00