aboutsummaryrefslogtreecommitdiff
path: root/nix/flake (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-05add a new host: wildcatFranck Cuny3-2/+4
This is a VPS on hetzner.
2024-08-03add a linux VM as a new hostFranck Cuny1-0/+12
The linux VM runs with UTM, and it has a very basic configuration for now.
2024-07-22no need to install go related packagesFranck Cuny1-7/+0
There's no more go things in this repo
2024-07-22remove commands from devenvFranck Cuny1-44/+0
2024-07-22bump nixos to 24.05Franck Cuny1-0/+2
2024-05-06more deletionFranck Cuny1-1/+0
2024-05-05move ipconverter under `src`Franck Cuny1-1/+0
2024-05-04move seqstatFranck Cuny1-6/+0
2024-05-04move the slocalc under `src`Franck Cuny1-3/+1
2024-05-04don't install the script for pizzaFranck Cuny1-1/+0
2024-04-29enable ruffFranck Cuny1-0/+1
2024-04-29add `robloxenv` to manage hashi credentialsFranck Cuny1-1/+2
I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge.
2024-04-28add a script to fetch cheeseboard's menuFranck Cuny1-0/+1
Delete the version in go.
2024-04-16move the `slocalc` to a python scriptFranck Cuny1-1/+3
2024-03-11switch to absolute pathFranck Cuny1-5/+5
2024-03-11reorganize common files for hostsFranck Cuny1-2/+3
Move the common configuration for nix to its own file.
2024-03-07share configuration for shell utilsFranck Cuny2-1/+13
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-1/+1
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
2024-03-06use absolute path by using `$self`Franck Cuny1-2/+2
2024-03-06install my own scriptsFranck Cuny2-2/+18
This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays.
2024-03-04add configuration for my work machineFranck Cuny1-0/+1
2024-03-04common macos preferences are moved to a moduleFranck Cuny1-0/+1
2024-03-04extract shared code for darwin to a new moduleFranck Cuny1-0/+1
2024-03-04nix libraries and modules will be under `nix/`Franck Cuny2-0/+131