about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix(fmt): correct formatting for all nix filesFranck Cuny2022-06-1089-156/+256
* docs(gerrit): document various thingsFranck Cuny2022-06-101-0/+59
* fix(bluetooth): write proper configuration for wireplumberFranck Cuny2022-06-101-1/+1
* fix(backups): exclude more files from the backupsFranck Cuny2022-06-102-1/+11
* fix(unifi): configure correctly services.unifi for nixos 22.05Franck Cuny2022-06-101-1/+1
* fix(nginx): configure correctly security.acme for nixos 22.05Franck Cuny2022-06-101-1/+1
* feat(cgit): adjust configurationFranck Cuny2022-06-091-0/+9
* feat(nix): update nix to version 22.05Franck Cuny2022-06-096-39/+36
* fix(blog): set the correct URL to my git serverFranck Cuny2022-06-091-1/+1
* fix(navidrome): don't backup the cache directoryFranck Cuny2022-06-091-1/+4
* fix(restic): actually exclude files from the backupFranck Cuny2022-06-091-2/+8
* fix(gerrit): don't backup tmp,logs,cache directoriesFranck Cuny2022-06-091-1/+8
* fix(GTK): delete commented codeFranck Cuny2022-06-091-6/+0
* fix(secrets): buildKite agents can read gerrit secretsFranck Cuny2022-06-091-0/+4
* feat(gerrit-hook): propagate gerrit information in the environmentFranck Cuny2022-06-091-3/+17
* feat(buildkite): configure the post-command hookFranck Cuny2022-06-091-0/+12
* feat(gerrit): update CL when buildKite build is finishedFranck Cuny2022-06-092-0/+46
* feat(gtk): add bookmarksFranck Cuny2022-06-091-0/+2
* ref(zsh): ensure home-manager variables are set before starting swayFranck Cuny2022-06-092-6/+10
* ref(git): remove git.fcuny.net from configurationFranck Cuny2022-06-091-1/+0
* fix(pass-git-helper): remove mapping for git.fcuny.netFranck Cuny2022-06-091-4/+1
* feat(gerrit): add plugin 'reviewnotes'Franck Cuny2022-06-091-1/+9
* ref(nix): move the mkSystem function to its own fileFranck Cuny2022-06-093-47/+31
* ref(nix): rename lib/ to nix/Franck Cuny2022-06-093-1/+1
* ref(profiles): get rid of all the profilesFranck Cuny2022-06-0910-50/+30
* ref(GTK): remove the profile for GTKFranck Cuny2022-06-097-18/+10
* ref(home): structure and add commentsFranck Cuny2022-06-093-36/+75
* ref(desktop): move all the modules for home-manager to host levelFranck Cuny2022-06-093-11/+18
* ref(trusted): consume modules within host's configurationFranck Cuny2022-06-096-27/+24
* ref(multimedia): move multimedia modules to hostsFranck Cuny2022-06-095-17/+10
* ref(sane): move sane's configuration to correct placeFranck Cuny2022-06-092-3/+3
* ref(laptop): move services related to laptop to host's configurationFranck Cuny2022-06-094-18/+7
* ref(bluetooth): remove the profileFranck Cuny2022-06-094-14/+3
* fix(gerrit-hook): update the configuration with correct URLFranck Cuny2022-06-041-10/+12
* fix(secrets): pass group and mode to agenixFranck Cuny2022-06-041-2/+8
* fix(secrets): set the owner for buildkite agent secretsFranck Cuny2022-06-041-0/+1
* ref(drone): remove secret and CLI for droneFranck Cuny2022-06-042-6/+0
* doc(gerrit-hook): add initial documentationFranck Cuny2022-06-041-0/+12
* feat(gerrit): install the gerrit hookFranck Cuny2022-06-041-0/+12
* feat(gerrit): add secret for gerrit-hookFranck Cuny2022-06-042-0/+16
* feat(gerrit-hook): add gerrit-hook to the overlaysFranck Cuny2022-06-041-0/+5
* feat(gerrit-hook): a small tool to act as a dispatcher for gerritFranck Cuny2022-06-046-0/+309
* meta: remove pre-commit checksFranck Cuny2022-05-302-59/+0
* feat(hosts/tahoe): enable buildkite agentFranck Cuny2022-05-301-0/+1
* feat(buildkite): configure the buildkite agentFranck Cuny2022-05-302-0/+47
* feat(buildkite): add the auth tokenFranck Cuny2022-05-302-0/+7
* fix(home/zsh): don't start tmux when in an ssh sessionFranck Cuny2022-05-291-2/+8
* feat(home/git): add an empty line in the templateFranck Cuny2022-05-291-0/+1
* feat(home/git): add alias to review with gerritFranck Cuny2022-05-291-0/+1
* feat(home/zsh): add helper function for gerritFranck Cuny2022-05-292-1/+6
* ref(tahoe): remove droneFranck Cuny2022-05-291-9/+1
* fix(fcuny/monkey): remove unneeded filesFranck Cuny2022-05-292-21/+0
* Merge remote-tracking branch 'monkey/master'Franck Cuny2022-05-2910-0/+421
|\
| * readme: convert to org-modeFranck Cuny2021-05-102-1/+3
| * lint: fix a few issuesFranck Cuny2021-05-103-1/+4
| * git: ignore binary for the REPLFranck Cuny2021-05-101-0/+1
| * repl: support a simple REPL for some early testingfranck cuny2020-01-112-0/+41
| * lexer: support tokens for equal and not equal.franck cuny2020-01-112-2/+39
| * token: add tokens for equal and not equal.franck cuny2020-01-111-0/+3
| * lexer: test the new keywords are parsed correctly.franck cuny2020-01-111-3/+25
| * token: support more keywordsfranck cuny2020-01-111-2/+13
| * token: rewrite documentation for `LookupIdent`.franck cuny2020-01-111-3/+4
| * lexer: delete redundant test.franck cuny2020-01-111-32/+1
| * Makefile: add a Makefilefranck cuny2020-01-111-0/+4
| * lexer: support more operator tokens.franck cuny2020-01-112-1/+31
| * token: support more operator tokensfranck cuny2020-01-111-3/+10
| * lexer: initial lexerfranck cuny2020-01-112-0/+218
| * token: initial tokenizer.franck cuny2020-01-111-0/+48
| * go.mod: create the module 'monkey'franck cuny2020-01-111-0/+3
| * Add README.md, LICENSE.txtfranck cuny2019-12-292-0/+21
| * Initial commitfranck cuny2019-12-290-0/+0
* tools(govanity): add the tool to flake.nixFranck Cuny2022-05-292-1/+28
* tools(govanity): remove unneeded filesFranck Cuny2022-05-295-147/+0
* Merge remote-tracking branch 'govanity/main'Franck Cuny2022-05-2915-0/+404
|\
| * remove unused MakefileFranck Cuny2022-05-131-27/+0
| * drone: add a configurationFranck Cuny2022-05-111-0/+18
| * scripts: add a script to deployFranck Cuny2022-05-113-6/+25
| * Dockerfile: update stepsFranck Cuny2022-05-111-2/+2
| * README: update documentationFranck Cuny2022-05-111-0/+4
| * add a flake.nix to the repositoryFranck Cuny2022-05-114-0/+119
| * config: add mpd-statsFranck Cuny2021-10-101-0/+2
| * build: tag correctly the releaseFranck Cuny2021-09-091-4/+8
| * build: create user before setting workdirFranck Cuny2021-08-141-2/+2
| * build: build the image before deployingFranck Cuny2021-08-141-1/+1
| * build: trim the size of the Docker containerFranck Cuny2021-08-141-3/+20
| * config: add vanityFranck Cuny2021-08-121-0/+2
| * build: deploy to flyFranck Cuny2021-08-126-17/+83
| * config: replace homelab with toolsFranck Cuny2021-08-121-2/+2
| * vanity: rewrite with templates and external configFranck Cuny2021-08-126-22/+144
| * build: convert to go moduleFranck Cuny2021-08-121-0/+3
| * Add a new target to the Makefile.Franck Cuny2018-04-081-0/+3
| * Redirect go code to github.comFranck Cuny2018-03-304-0/+52
| * Initial commitFranck Cuny2018-03-300-0/+0
* fix(cgit): write the test correctlyFranck Cuny2022-05-291-1/+1
* fix(gerrit): remove git suffix from project URLFranck Cuny2022-05-291-1/+1
* feat(cgit): update cgit configurationFranck Cuny2022-05-291-0/+9
* feat(cgit): exclude some repositoriesFranck Cuny2022-05-291-1/+8
* fix(cgit): ensure permissions are set correctlyFranck Cuny2022-05-281-0/+2
* fix(cgit): define the list of repos prior to scan pathFranck Cuny2022-05-281-2/+2
* fix(cgit): generate a proper list of repositoriesFranck Cuny2022-05-281-1/+3
* feat(gerrit): link to cgitFranck Cuny2022-05-281-0/+14
* feat(cgit): generate the list of projects from gerritFranck Cuny2022-05-281-4/+35
* feat(cgit): set the clone URL to gerritFranck Cuny2022-05-281-0/+1
* feat(cgit): support org mode files for READMEFranck Cuny2022-05-281-0/+2
* feat(gerrit): backup all relevant directoriesFranck Cuny2022-05-281-0/+2
* docs: start documenting gerritFranck Cuny2022-05-281-0/+18
* feat(gerrit): enable sending emailsFranck Cuny2022-05-271-1/+10
* fix(gerrit): set the OAUTH client IDFranck Cuny2022-05-271-0/+5
* feat(hosts/tahoe): replace gitea by cgitFranck Cuny2022-05-271-2/+1
* fix(gerrit): set the home directory for gitFranck Cuny2022-05-271-1/+1
* feat(cgit): add a module for cgitFranck Cuny2022-05-272-0/+52
* ref(gerrit): ensure the git user is presentFranck Cuny2022-05-261-0/+9
* feat(home/git): add credential configuration for cl.fcuny.netFranck Cuny2022-05-262-0/+4
* fix(gerrit): use a compatible JDKFranck Cuny2022-05-261-0/+3
* fix(gerrit): install the plugin for oauthFranck Cuny2022-05-261-2/+8
* fix(gerrit): settings where in wrong placeFranck Cuny2022-05-261-8/+8
* feat(gerrit): use OAUTH for authenticationFranck Cuny2022-05-261-0/+10
* fix(gerrit): force gerrit to run as the git userFranck Cuny2022-05-261-0/+11
* fix(gerrit): use localhost for the proxyFranck Cuny2022-05-261-1/+1
* fix(gerrit): remove extra '}' from stringFranck Cuny2022-05-261-1/+1
* fix(sourcegraph): remove extra '}' from stringFranck Cuny2022-05-261-1/+1
* fix(gerrit): apply a serverIdFranck Cuny2022-05-261-0/+1
* feat(tahoe): enable gerritFranck Cuny2022-05-261-0/+4
* feat(gerrit): add the gerrit serverFranck Cuny2022-05-262-0/+51
* ref(dnsupdate): move under toolsFranck Cuny2022-05-257-9/+25
* ref(notes): drop flake.nixFranck Cuny2022-05-257-88/+48
* ref(notes): don't rely on git for modified dateFranck Cuny2022-05-251-1/+0
* ref(resume): remove flake.nixFranck Cuny2022-05-255-72/+39
* ref(blog): drop the flake configurationFranck Cuny2022-05-257-89/+43
* ref(blog): drop the `enableGitInfo` optionFranck Cuny2022-05-251-1/+0
* feat(resume): rename readme.org to resume.orgFranck Cuny2022-05-233-40/+44
* feat(resume): set the version using the dateFranck Cuny2022-05-232-1/+3
* ref(resume): remove unneeded files for my resumeFranck Cuny2022-05-233-12/+0
* Merge remote-tracking branch 'resume/main'Franck Cuny2022-05-237-0/+193
|\
| * remove unused tex styleFranck Cuny2022-05-131-106/+0
| * simplify the buildFranck Cuny2022-05-084-16/+41
| * drone: add configurationFranck Cuny2022-05-072-0/+9
| * initial commitFranck Cuny2022-05-017-0/+265
* ref(notes): remove unneeded files for my notesFranck Cuny2022-05-234-21/+1
* Merge remote-tracking branch 'notes/main'Franck Cuny2022-05-2326-0/+1677
|\
| * delete MakefileFranck Cuny2022-05-111-27/+0
| * nix: add more contentFranck Cuny2022-05-111-0/+4
| * add drone configurationFranck Cuny2022-05-111-0/+18
| * add flake supportFranck Cuny2022-05-113-0/+89
| * add a script to deploy the siteFranck Cuny2022-05-112-8/+15
| * remove GitHub action workflowFranck Cuny2022-05-111-18/+0
| * remove atom from the list of outputsFranck Cuny2022-05-111-9/+1
| * update gitignoreFranck Cuny2022-05-101-0/+1
| * nix: add tagsFranck Cuny2022-05-101-0/+1
| * go: replace lsp-mode with eglotFranck Cuny2022-05-101-66/+15
| * nix: start documenting what I'm learningFranck Cuny2022-05-101-0/+21
| * content: update PCIe docFranck Cuny2022-04-031-1/+4
| * site: remove unnecessary elementsFranck Cuny2022-04-038-116/+40
| * delete some contentFranck Cuny2022-03-287-238/+0
| * convert blog to notesFranck Cuny2022-03-2811-116/+117
| * note: update list of chipset for alder lakeFranck Cuny2022-01-301-2/+11
| * build: use more recent version of hugoFranck Cuny2022-01-231-1/+1
| * notes: remove some columns for the various CPUsFranck Cuny2022-01-231-20/+22
| * CSS: improve readabilityFranck Cuny2022-01-231-6/+9
| * CSS: adjust some font sizesFranck Cuny2022-01-231-2/+2
| * CSS: switch from class to idFranck Cuny2022-01-232-14/+14
| * layout: no need for a class to element 'article'Franck Cuny2022-01-233-3/+3
| * css: TOC location based on display's sizeFranck Cuny2022-01-231-19/+82
| * layout: proper TOCFranck Cuny2022-01-231-4/+13
| * layout: wrap content in an "article" tagFranck Cuny2022-01-232-0/+8
| * layout: drop the div 'main'Franck Cuny2022-01-231-6/+4
| * css: change style for tablesFranck Cuny2022-01-231-4/+8
| * css: update color for the linksFranck Cuny2022-01-231-3/+3
| * nav: use 'fcuny.net' instead of template variableFranck Cuny2022-01-211-1/+1
| * css: major cleanupFranck Cuny2022-01-211-76/+84
| * nav: align the menu items to the rightFranck Cuny2022-01-211-2/+7
| * post: change formatting for the dateFranck Cuny2022-01-211-4/+4
| * nav: drop one item from the menuFranck Cuny2022-01-211-7/+0
| * blog: leaving twitterFranck Cuny2022-01-151-0/+10
| * css: more tweakingFranck Cuny2022-01-131-29/+21
| * index: rephraseFranck Cuny2022-01-101-1/+1
| * index: update current jobFranck Cuny2022-01-081-1/+1
| * blog: add content about PCIeFranck Cuny2022-01-081-0/+196
| * blog: notes about AMD and Intel CPUsFranck Cuny2021-12-291-0/+120
| * css: change colors for some sectionsFranck Cuny2021-12-291-7/+13
| * css: adjust line heightFranck Cuny2021-12-291-4/+1
| * css: highlight links with a background colorFranck Cuny2021-12-291-2/+13
| * blog: article on how to use tailscale + traefikFranck Cuny2021-12-291-0/+121
| * config: add author informationFranck Cuny2021-12-291-0/+4
| * layout: add a link to the RSS feed in the menuFranck Cuny2021-12-291-1/+10
| * RSS: fix the templateFranck Cuny2021-12-291-3/+5
| * css: improve the color and fontsFranck Cuny2021-12-201-116/+47
| * index: re-organize the main pageFranck Cuny2021-12-201-9/+11
| * menu: simplify the menuFranck Cuny2021-12-202-9/+10
| * build: push git branches / tags after deployFranck Cuny2021-12-061-0/+2
| * CSS: drop custom fonts + colorsFranck Cuny2021-12-061-19/+22
| * resume: updateFranck Cuny2021-11-121-0/+0
| * static: add my resumeFranck Cuny2021-11-121-0/+0
| * build: be explicit about the image to useFranck Cuny2021-10-211-1/+1
| * static: add ssh-key from desktopFranck Cuny2021-10-021-0/+1
| * build: get the proper version for taggingFranck Cuny2021-09-091-5/+2
| * blog: update elisp for git/sourcegraphFranck Cuny2021-09-091-3/+12
| * static: add profile pictureFranck Cuny2021-08-261-0/+0
| * blog: git-link and sourcegraphFranck Cuny2021-08-241-0/+40
| * blog: sort pages in reverse orderFranck Cuny2021-08-241-1/+1
| * build: sleep before taggingFranck Cuny2021-08-241-0/+1
| * CSS: various small fixesFranck Cuny2021-08-231-2/+2
| * index: drop the main headerFranck Cuny2021-08-231-2/+0
| * CSS: use decoration on headers only for articlesFranck Cuny2021-08-232-6/+10
| * CSS: rename the class for the tagsFranck Cuny2021-08-231-4/+6
| * CSS: makes the menu more readableFranck Cuny2021-08-232-23/+39
| * build: tag the repo after a deployFranck Cuny2021-08-151-2/+7
| * blog: working with go - initial contentFranck Cuny2021-08-151-0/+264
| * blog: add tags to firecracker notesFranck Cuny2021-08-151-1/+2
| * layout: don't use header tag in listFranck Cuny2021-08-151-1/+1
| * CSS: make the content more readableFranck Cuny2021-08-151-15/+24
| * CSS: support table of contentFranck Cuny2021-08-152-0/+19
| * CSS: use a class for the menuFranck Cuny2021-08-152-8/+7
| * blog: replace github with git.fcuny.netFranck Cuny2021-08-141-1/+1
| * blog: add link for containerd-to-vm codeFranck Cuny2021-08-141-1/+1
| * css: reduce the size of the fontFranck Cuny2021-08-141-1/+1
| * css: bigger font and highlight colorsFranck Cuny2021-08-052-6/+18
| * blog: update descriptionFranck Cuny2021-08-051-1/+1
| * blog: add SSH public keysFranck Cuny2021-08-052-0/+2
| * blog: add humans.txtFranck Cuny2021-08-052-0/+11
| * hugo: enable git information againFranck Cuny2021-08-051-1/+1
| * build: add a MakefileFranck Cuny2021-08-051-0/+29
| * build: add DockerfileFranck Cuny2021-08-051-0/+7
| * hugo: TLS by defaultFranck Cuny2021-07-191-1/+1
| * github: deploy to fly.io instead of GH pagesFranck Cuny2021-06-201-17/+5
| * hugo: don't enable git infoFranck Cuny2021-06-201-1/+1
| * fly: add configuration for fly.ioFranck Cuny2021-06-201-0/+40
| * blog: update to containerd articleFranck Cuny2021-05-191-1/+1
| * css: add a scroll bar if the content overflowsFranck Cuny2021-05-181-1/+1
| * blog: containerd to firecrackerFranck Cuny2021-05-171-0/+567
| * layout: add a navbarFranck Cuny2021-04-229-38/+75
| * toml: re-configure markupFranck Cuny2021-04-131-1/+18
| * css: switch to sans-serif; add tables; other tweaksFranck Cuny2021-04-131-5/+28
| * css: remove extra white spaceFranck Cuny2021-04-111-1/+1
| * blog: google doc failureFranck Cuny2021-04-111-0/+56
| * css: change font to roboto slabFranck Cuny2021-04-111-5/+5
| * taxonomy: add pages for tagsFranck Cuny2021-04-113-20/+48
| * layout: add date and tags to single pagesFranck Cuny2021-04-062-1/+42
| * css: update style for links and headersFranck Cuny2021-04-061-4/+8
| * css: set background color for code blockFranck Cuny2021-04-061-5/+9
| * css: change the default fontFranck Cuny2021-04-061-5/+5
| * layout: fix format for the dateFranck Cuny2021-04-061-1/+1
| * layout: clean up empty spaceFranck Cuny2021-04-061-1/+1
| * add action to publish to GH pagesFranck Cuny2021-03-071-0/+30
| * initial site with hugoFranck Cuny2021-03-0711-0/+180
* ref(blog): remove unneeded files for the blogFranck Cuny2022-05-235-28/+2
* Merge remote-tracking branch 'blog/main' into fcuny/migrate-monorepo-blogFranck Cuny2022-05-2332-0/+1091
|\
| * sign the drone configurationFranck Cuny2022-05-111-0/+6
| * deploy: stop the flyctl agent at the endFranck Cuny2022-05-101-0/+2
| * delete MakefileFranck Cuny2022-05-101-19/+0