Find a file
Mathijs Kwik 16a9bcfe81 add support for systemd mount units
This is mainly useful for specifying mounts that depend on other
units. For example sshfs or davfs need network (and possibly
nameservices).

While systemd makes a distinction between local and remote
filesystems, this only works for in-kernel filesystems such as
nfs and cifs.

fuse-based filesystems (such as sshfs and davs) are classified as
local, so they fail without networking. By explicitly declaring these
mounts as full systemd units (as opposed to having systemd generate
them automatically from /etc/fstab), dependencies can be specified as
on every other unit.

In the future, we can probably port NixOS' filesystems handling to use
these native systemd.mount units and skip /etc/fstab altogether, but
this probably requires additional changes, such as starting systemd
even earlier during boot (stage 1).
2013-01-01 13:55:48 +01:00
doc Merge remote-tracking branch 'origin/master' into systemd 2012-12-11 17:40:39 +01:00
gui renaming all occurrences of /var/run/{booted,current}-system 2012-07-23 14:01:35 -04:00
lib Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
maintainers Update create-s3-amis and amazon-image.nix to recent nixos 2012-12-18 13:44:47 -05:00
modules add support for systemd mount units 2013-01-01 13:55:48 +01:00
tests Remove obsolete file 2012-12-21 00:18:12 +01:00
.gitignore Add a .gitignore 2012-06-18 18:16:38 -04:00
.version * Add a command "nixos-version" that prints the version of the 2012-04-10 20:56:38 +00:00
COPYING
default.nix Use the binary cache in the installer 2012-12-08 19:00:06 +01:00
README
release-combined.nix * Include all of Nixpkgs. 2012-04-11 09:17:32 +00:00
release.nix Run all tests on both 32 and 64 bit 2012-10-24 12:59:19 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.