Add emery user to pulsebert

Este commit está contenido en:
Emery Hemingway 2020-01-18 16:25:26 +01:00
padre 6f8097293c
commit 9d43c8617e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -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";
}