nixpkgs/nixos/modules
Eelco Dolstra 0d506aa712 Provide a simple way to log into containers
On the host, you can run

  $ socat unix:<path-to-container>/var/lib/login.socket -,echo=0,raw

to get a login prompt.  So this allows logging in even if the
container has no SSH access enabled.

You can also do

  $ socat unix:<path-to-container>/var/lib/root-shell.socket -

to get a plain root shell.  (This socket is only accessible by root,
obviously.)  This makes it easy to execute commands in the container,
e.g.

  $ echo reboot | socat unix:<path-to-container>/var/lib/root-shell.socket -
2014-03-17 14:10:47 +01:00
..
config Merge pull request #1767 from the-kenny/fix-consoleKeyMap-type 2014-03-08 18:04:55 +01:00
hardware
installer typo: occured -> occurred 2014-03-07 19:39:55 +01:00
misc notbit: Add systemd service for a system daemon 2014-03-15 04:36:15 -05:00
profiles
programs Merge branch 'zsh' of git://github.com/ttuegel/nixpkgs 2014-03-15 13:11:38 -04:00
security nixos: add Duo Security module 2014-03-16 07:11:50 -05:00
services Revert "nixos-manual: show manual on tty8 by default" 2014-03-17 12:45:57 +01:00
system Merge pull request #1775 from thoughtpolice/duo_unix 2014-03-16 23:06:01 +01:00
tasks nixos: Add ZFS auto-snapshotting module 2014-03-15 01:56:42 +01:00
testing
virtualisation Provide a simple way to log into containers 2014-03-17 14:10:47 +01:00
module-list.nix Merge pull request #1775 from thoughtpolice/duo_unix 2014-03-16 23:06:01 +01:00
rename.nix move windowManager.xbmc to desktopManager.xbmc 2014-03-12 09:20:59 +01:00