Skip to content

Instantly share code, notes, and snippets.

@ilyaGotfryd
Created March 24, 2020 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyaGotfryd/7c70c5137c98f6944fc214927bddfb47 to your computer and use it in GitHub Desktop.
Save ilyaGotfryd/7c70c5137c98f6944fc214927bddfb47 to your computer and use it in GitHub Desktop.
What am I doing wrong here? I get : The option value `systemd.automounts' in `/etc/nixos/configuration.nix' is not of type `list of submodules'.
systemd.automounts."/etc/logadapter" = {
enable = true;
description = "Log Adapter Configuration Vritual Harddrive";
mountConfig = {
what="/dev/sdb1";
where="/etc/logadapter";
type="ext4";
directoryMode = "0775";
};
options="defaults,ro";
before = ["bvla_transmitters.target"];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment