My simple but yet not so much NixOS rice.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Nix 100.0%
103 1 0

Clone this repository

https://tangled.org/sillyrez.tngl.sh/swimpal https://tangled.org/did:plc:g5spmis3fiouyxafgszb2kyz/swimpal
[email protected]:sillyrez.tngl.sh/swimpal [email protected]:did:plc:g5spmis3fiouyxafgszb2kyz/swimpal

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
readme.md

Swimpal#

My simple but yet not so much NixOS rice!

Try it out (In a VM)#

  1. Install NixOS and select "no desktop environment".
  2. Make sure to create a user with the username rez.
  3. Continue with the default settings for the remaining options.
  4. Log in as rez using the password you set, then run:
# Install git temporarily

nix-shell -p git



# You'll need to paste the next commands again because this opens a new shell



# Clone the dotfiles

git clone https://github.com/RezThePerson/swimpal.git ~/swimpal



# Generate hardware config

nixos-generate-config --show-hardware-config > ./swimpal/host/tester/hardware-autogen.nix
ix



# Rebuild system (this may take ~30 minutes)

sudo nixos-rebuild switch --extra-experimental-features "nix-command flakes" --flake ~/swimpal#tester



# Reboot to apply changes

sudo reboot

  1. Log back in with the username rez and your password.
  2. Enjoy.