tvl-depot/nixos
William Carroll 3f46ac6513 Change systemd unit type: oneshot -> simple
"oneshot", according to `man systemd.service`, "will consider the unit up after
the main process exits". Since I designed token-server to run continuously, it
will not intentionally exit; therefore, systemd awaits its exit, which never
comes. "simple", on the other hand, does what I want.
2020-02-23 19:32:52 +00:00
..
configuration.nix Change systemd unit type: oneshot -> simple 2020-02-23 19:32:52 +00:00
hardware.nix Incorporate NixOS configuration 2020-02-22 18:44:44 +00:00
installer.nix Incorporate NixOS configuration 2020-02-22 18:44:44 +00:00
rebuild.nix Incorporate NixOS configuration 2020-02-22 18:44:44 +00:00