Skip to content

Instantly share code, notes, and snippets.

@ktosiek
ktosiek / loud.log
Last active September 23, 2016 15:33
>>> with client.capture_exceptions():
... print(1 + {})
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./date-time.nix
];
# ...
}
- name: create individual file symlinks from {{ this_deployment_scripts_fullname }} to the master
file: >-
dest=/usr/local/bin
src={{ ine_master_symlink }}/usr-local-bin/{{ item | basename }}
state=link
with_fileglob:
- "{{ this_deployment_scripts_fullname }}/usr-local-bin/*"