From af41e359bd8a8a2a7cebe06d76096eb9fc5dc8e4 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 5 Oct 2019 15:39:59 +0200 Subject: Strip away some things --- slides.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'slides.md') diff --git a/slides.md b/slides.md index 8482994..5a92918 100644 --- a/slides.md +++ b/slides.md @@ -909,24 +909,10 @@ Introducing: the module system! - Will add a PreStart script that generates the host key if non-existent - Allow the 22 tcp port in the firewall (special ssh case) - sshd PAM module -- Note: this configuration alone is two lines away from compiling: ::: -## Being pedantic{.fragile} - -```{=latex} -\begin{minted}{nix} -{ ... }: -{ - fileSystems."/".fsType = "tmpfs"; - boot.loader.grub.enable = false; - services.openssh.enable = true; -} -\end{minted} -``` - ## Customizing the SSH server config{.fragile} ```{=latex} @@ -1213,6 +1199,13 @@ with lib; \end{minted} ``` +::: notes + +Sorry if the formatting is horrible, it had to fit in one slide. + + +::: + ## Defining our own modules---Implementation{.fragile} ```{=latex} @@ -1230,6 +1223,7 @@ with lib; ::: notes +- **Ask me a question about the UID situation at the end of the talk** - We can't go around assigning random UIDs because: - It's not deterministic - If done deterministically (ie. not randomly, but by assigning the first -- cgit v1.2.3