Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 727 Bytes

File metadata and controls

14 lines (13 loc) · 727 Bytes

utopia-nixpkg

Run Utopia P2P on NixOS

How-To

Non-Declarative

  1. Clone this repository into a folder and enter the folder.
  2. Run "nix-build default.nix" for a non-declarative installation process.
  3. Execute the "./result/opt/utopia/messenger/utopia" file as root (using either "sudo" or "doas").
  4. Enjoy Utopia P2P!

Declarative

  1. Move the "default.nix" file from this repository into a directory of your choice. Preferably close to "/etc/nixos/" and your "configuration.nix" file.
  2. Import the default.nix Package into your NixOS configuration and your chosen Packages.
  3. Execute the "/nix/store/[HASH]-utopia-1.0/opt/utopia/messenger/utopia" file as root (using either "sudo" or "doas").
  4. Have fun on Utopia!