These are my notes on instaling NixOS 16.03 on a Lenovo ThinkPad X1 Carbon (4th generation) with an encrypted root file system using UEFI.
Most of this is scrambled from the following pages:
These are my notes on instaling NixOS 16.03 on a Lenovo ThinkPad X1 Carbon (4th generation) with an encrypted root file system using UEFI.
Most of this is scrambled from the following pages:
| var Gitter = require("node-gitter"); | |
| var gitter = new Gitter(apitokenhere); | |
| gitter.currentUser() | |
| .then(function(user) { | |
| console.log("Your are logged in as:", user.username); | |
| }); | |
| var roomId = roomidhere; |