From 9d43c8617ec552fa7dc39935e7a6a5888336eb48 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 18 Jan 2020 16:25:26 +0100 Subject: [PATCH] Add emery user to pulsebert --- hosts/pulsebert/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 864dc4aa..713ba56e 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -18,6 +18,7 @@ in { ../../lib/mpd.nix ../../lib/yggdrasil.nix ../../lib/hail.nix + ../../lib/emery.nix ]; c3d2 = { @@ -245,4 +246,6 @@ in { programs.bash.shellAliases = { mpv = "mpv --no-vid"; }; + + users.users.emery.cryptHomeLuks = "/home/emery.luks.img"; }