flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-04-04 13:51refactor: enable GRUB options from hardware modulesFrancesco Saccone4+10-10
2025-04-04 13:47fix: disable systemd-bootFrancesco Saccone1+0-8
2025-04-04 13:47build: update laptop hardware configurationFrancesco Saccone1+20-10
2025-04-04 13:45chore: add shell prefixes to scriptsFrancesco Saccone1+7-8
2025-04-04 13:44chore: fix wrong installation commandFrancesco Saccone1+2-1
2025-04-01 13:41build: update hermes to 0.1.1Francesco Saccone1+2-2
2025-04-01 12:57feat: add 'hermes' packageFrancesco Saccone2+27-0
2025-04-01 12:55feat: increase tabwidth to 8 charactersFrancesco Saccone1+1-1
2025-04-01 12:55feat: install man-pages-posixFrancesco Saccone1+1-0
2025-03-28 17:30feat: use tabs of 4 charactersFrancesco Saccone1+2-2
2025-03-28 17:01feat: add 'hermes' repositoryFrancesco Saccone1+3-0
2025-03-28 12:30feat: install timidityFrancesco Saccone1+1-0
2025-03-27 18:04chore: update configurations list with main-server and git-serverFrancesco Saccone1+2-1
2025-03-27 17:57build: update site inputFrancesco Saccone1+6-6
2025-03-27 17:56build: update password-store inputFrancesco Saccone1+2-2
2025-03-27 17:54fix: move all git:// links from francescosaccone.com to git.francescosaccone.comFrancesco Saccone2+3-3
2025-03-27 17:31fix: chown stagit destDir to 'git' after web server preStart scriptFrancesco Saccone1+19-6
2025-03-27 17:16refactor: make destDir and reposDir arguments of stagit scriptsFrancesco Saccone2+67-27
2025-03-27 17:03feat: add stagit pages symlinks to web serverFrancesco Saccone1+16-0
2025-03-27 16:54feat: add stagitCreate as preStart script to darkhttpdFrancesco Saccone1+7-0
2025-03-27 16:52fix: create destDir directory before anything else in createIndexFrancesco Saccone1+2-0
2025-03-27 16:48fix: enable openssh for 'git' userFrancesco Saccone1+1-0
2025-03-27 16:44refactor: require 'httpBaseUrl' argument for all stagit scriptsFrancesco Saccone2+45-34
2025-03-27 16:41fix: add missing pkgs and inputs argumentsFrancesco Saccone1+2-0
2025-03-27 16:29feat: move git hosting from main-server to git-serverFrancesco Saccone3+35-37
2025-03-27 16:23feat: enable tls in web serverFrancesco Saccone1+11-0
2025-03-27 16:23refactor: rename domain to rootDomain to avoid ambiguity with gitDomainFrancesco Saccone1+5-5
2025-03-27 16:18refactor: simplify acme extraDomains definitionFrancesco Saccone1+1-3
2025-03-27 16:15feat: enable acmeFrancesco Saccone1+5-0
2025-03-27 16:14feat: enable darkhttpdFrancesco Saccone1+3-0
2025-03-27 16:10refactor: define mainServer as directory of main-server configurationFrancesco Saccone1+5-3
2025-03-27 15:43feat: add NS record for 'ns2'Francesco Saccone1+7-0
2025-03-27 15:41feat: add 'ns2' domain and bind it to the git serverFrancesco Saccone1+1-0
2025-03-27 15:40style: reformat with 'nix fmt'Francesco Saccone2+22-6
2025-03-27 15:33refactor: rename 'server' host to 'main-server'Francesco Saccone9+4-4
2025-03-27 15:31refactor: create domain.nix file as common domain name for serversFrancesco Saccone3+24-16
2025-03-27 15:31feat: enable bindFrancesco Saccone1+5-0
2025-03-27 15:18refactor: define ip addresses and then assign them to subdomainsFrancesco Saccone1+8-6
2025-03-27 15:04fix: make www a CNAME record, not A and AAAAFrancesco Saccone1+7-4
2025-03-27 15:01feat: add git A and AAAAFrancesco Saccone1+4-0
2025-03-27 14:53build: create git-server hardware configurationFrancesco Saccone1+24-0
2025-03-27 14:37feat: add git-server hostFrancesco Saccone3+92-0
2025-03-27 14:37feat: add nixos-anywhereFrancesco Saccone1+1-0
2025-03-27 14:13chore: fix wrong usage of nixos-rebuild in laptop installationFrancesco Saccone1+3-2
2025-03-26 19:32build: update password-store inputFrancesco Saccone1+4-4
2025-03-26 14:58feat: remove flatpakFrancesco Saccone1+0-2
2025-03-26 14:23build: update site inputFrancesco Saccone1+4-4
2025-03-26 13:33feat: increase the number of commits to 100 in stagit log.htmlFrancesco Saccone1+1-1
2025-03-26 13:26fix: use -l flag instead of -c and cacheFileFrancesco Saccone1+2-4
2025-03-26 13:21feat: print when stagit scripts successfully endFrancesco Saccone1+5-0
2025-03-26 13:14feat: add stagitCreate script to darkhttpd scriptsFrancesco Saccone1+1-0
2025-03-26 13:02refactor: use common shell scripts in stagitCreate and stagitPostReceiveFrancesco Saccone1+61-98
2025-03-26 12:52feat: create stagitCreate scriptFrancesco Saccone1+61-0
2025-03-26 12:28refactor: rename 'stagit' script to 'stagitPostReceive'Francesco Saccone2+2-2
2025-03-26 12:22refactor: put stagit script inside script.nixFrancesco Saccone2+85-73
2025-03-26 11:41feat: make initrd quiet to enable silent bootFrancesco Saccone1+6-1
2025-03-25 19:47build: update site inputFrancesco Saccone1+4-4
2025-03-25 19:45feat: symlink stagit.css from site in stagit scriptFrancesco Saccone1+11-2
2025-03-25 19:42build: update site inputFrancesco Saccone1+4-4
2025-03-25 18:41fix: generate html and gemini sites in /var/tmp/site instead of /var/siteFrancesco Saccone1+16-16
2025-03-25 18:34fix: generate stagit in /var/tmpFrancesco Saccone1+2-2
2025-03-25 18:15chore: add comment to log.html -> index.html symlink creationFrancesco Saccone1+1-0
2025-03-25 15:03feat: use mksh as default shell instead of dashFrancesco Saccone1+1-1
2025-03-25 14:37feat: remove prometheus, st and ubase reposFrancesco Saccone1+0-11
2025-03-25 14:35fix: create html and gemini to be served in /var, not /tmpFrancesco Saccone1+16-16
2025-03-25 14:20fix: replace wl-clipboard with wl-clipboard-rs to remove conflictFrancesco Saccone1+1-1
2025-03-25 13:36feat: install wl-clipboard alogn with swayFrancesco Saccone1+2-0
2025-03-24 19:36fix: use /git symlink in darkhttpd, not agateFrancesco Saccone1+1-1
2025-03-24 19:28feat: add /git symlink to darkhttpdFrancesco Saccone1+1-0
2025-03-24 19:21fix: use 'is_force' variable instead of nonexistent 'force'Francesco Saccone1+1-1
2025-03-24 19:17style: rename 'hasRevs' variable to 'has_revs'Francesco Saccone1+3-3
2025-03-24 19:16style: rename 'null' variable to 'null_ref'Francesco Saccone1+3-3
2025-03-24 19:13fix: pass base url to stagit adding a trailing slashFrancesco Saccone1+1-1
2025-03-24 19:10fix: remove -l flag from stagitFrancesco Saccone1+0-1
2025-03-24 19:04feat: symlink favicon.png and logo.png from site in stagitFrancesco Saccone1+18-0
2025-03-24 18:56fix: use sbase package for ln command fixing typoFrancesco Saccone1+1-1
2025-03-24 18:54feat: generate stagit pages in post-receive of all git reposFrancesco Saccone1+46-0
2025-03-24 18:13refactor: replace description, owner and baseUrl options with additionalFiles attrset optionFrancesco Saccone2+24-26
2025-03-24 18:10fix: hash mismatchFrancesco Saccone1+1-1
2025-03-24 15:20build: update laptop hardware configurationFrancesco Saccone1+8-7
2025-03-21 15:43feat: add prometheus repositoryFrancesco Saccone1+3-0
2025-03-21 15:20feat: update PS1 to 'host@user:pwd $'Francesco Saccone1+2-1
2025-03-20 15:06feat: replace itd with watchmateFrancesco Saccone1+1-1
2025-03-20 14:49feat: add st repositoryFrancesco Saccone1+3-0
2025-03-20 14:43feat: add itdFrancesco Saccone1+1-0
2025-03-20 13:41fix: use UNIX platforms instead of just LinuxFrancesco Saccone1+1-1
2025-03-20 13:41chore: use 'name' instead of 'pname' and 'version'Francesco Saccone1+1-2
2025-03-20 13:40refactor: use Francesco Saccone's sbase forkFrancesco Saccone1+1-2
2025-03-20 13:27feat: add sbase and ubase repositories (forks)Francesco Saccone1+8-0
2025-03-19 16:21refactor: replace every instance on GNU coreutils with sbaseFrancesco Saccone6+20-20
2025-03-19 15:44style: reformat with nix fmtFrancesco Saccone3+7-4
2025-03-19 15:42fix: from for-each-system-pkgs pass 'inputs' to get-pkgsFrancesco Saccone2+4-4
2025-03-19 15:34feat: replace default coreutils with sbase coreutilsFrancesco Saccone1+6-1
2025-03-19 15:34feat: add sbase packageFrancesco Saccone2+32-1
2025-03-19 15:33feat: implement flake nixpkgs overlays in get-pkgsFrancesco Saccone2+5-1
2025-03-19 15:32feat: implement flake nixpkgs overlaysFrancesco Saccone1+3-0
2025-03-19 15:32feat: add overlays.defaultFrancesco Saccone1+2-0
2025-03-19 14:45fix: remove trailing slash from mksh PS1Francesco Saccone1+1-1
2025-03-19 13:59style: reformat with nix fmtFrancesco Saccone1+1-2
2025-03-19 13:58feat: replace bash with mkshFrancesco Saccone4+6-11
113 more commits remaining, fetch the repository