about summary refs log tree commit diff
path: root/flake.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* ops: remove everything under opsFranck Cuny2023-05-121-2/+0
* tools/dnsmasq-leases-html: create a HTML page with leases from dnsmasqFranck Cuny2023-04-061-1/+1
* flake: fix URL for sendsmsFranck Cuny2023-04-021-1/+1
* modules/sendsms: gate the unit with a fileFranck Cuny2023-03-271-0/+4
* secrets: use homeage to manage secrets for home-managerFranck Cuny2023-03-111-0/+5
* ref: don't use my custom tools for nowFranck Cuny2023-03-041-32/+0
* ref(flake): let's stay on stableFranck Cuny2023-01-091-1/+1
* ref(flake): use latest version for nixosFranck Cuny2023-01-071-4/+15
* feat(home/packages): add tool masked-emailsFranck Cuny2023-01-071-0/+8
* feat: update to nix 22.11Franck Cuny2023-01-031-2/+2
* feat(modules/sensdms): a module to send an SMSFranck Cuny2022-11-301-0/+8
* fix(flake): add extra argument for the `check-yaml' hookFranck Cuny2022-11-151-1/+1
* ref: update url for some inputs to the flakeFranck Cuny2022-11-071-2/+2
* fix(flake): remove unstable URL for nixpkgsFranck Cuny2022-10-221-1/+0
* feat(home/packages): install the tool x509-infoFranck Cuny2022-10-221-0/+8
* feat(templates): add a template for rustFranck Cuny2022-10-221-0/+2
* fix(flake): set the correct path for various pre-commit binariesFranck Cuny2022-10-071-4/+4
* feat(home/packages): install gh-ssh-keysFranck Cuny2022-10-031-0/+8
* feat(naersk): use naersk to build packages with rustFranck Cuny2022-09-261-2/+2
* fix(flake): call some programs with `nix run .#tools.<name>`Franck Cuny2022-09-251-12/+10
* feat(flake): add nix-linter to the checksFranck Cuny2022-09-221-0/+1
* ref(home-manager): don't use home-manager when building the hostFranck Cuny2022-09-221-42/+107
* ref(flake): move all the checks to external moduleFranck Cuny2022-09-181-33/+3
* ref(flake): drop naersk for nowFranck Cuny2022-09-181-17/+9
* ref(flake): remove pre-commit for golangFranck Cuny2022-09-181-34/+1
* feat(flake): use naersk to build rust projectsFranck Cuny2022-09-071-1/+4
* feat(rust): add an overlay to install rustFranck Cuny2022-08-221-0/+5
* ci(pre-commit): add a few more checksFranck Cuny2022-08-151-2/+40
* feat(ops/buildkite): use terraform to manage buildkiteFranck Cuny2022-08-071-1/+1
* ref(flake): tools and users packages are managed the same wayFranck Cuny2022-08-061-5/+1
* ref(ci): delete custom scripts for formattingFranck Cuny2022-08-061-6/+0
* feat(flake): add more pre-commit hooksFranck Cuny2022-07-021-0/+12
* feat(flake): add pre-commit hooksFranck Cuny2022-06-281-0/+29
* ref(flake): import tools top-level moduleFranck Cuny2022-06-281-6/+1
* ref(flake): move `nixosConfigurations` at the bottomFranck Cuny2022-06-281-43/+48
* ref(flake): be specific about which systems we supportFranck Cuny2022-06-281-2/+8
* ref(flake): rename utils to futilsFranck Cuny2022-06-281-2/+2
* fix(flake): remove duplicated definition of flake-utilsFranck Cuny2022-06-281-2/+0
* feat(tools/git-blame-stats): add the tool to nix configurationFranck Cuny2022-06-181-0/+1
* feat(ipconverter): add the tool to nixFranck Cuny2022-06-181-0/+1
* ci(default): add `apps.ci.shellcheck` to flake.nixFranck Cuny2022-06-101-2/+5
* fix(flake): install nixpkgs-fmt by defaultFranck Cuny2022-06-101-0/+1
* ci(fmt): add a script to check the formattingFranck Cuny2022-06-101-2/+7
* fix(fmt): correct formatting for all nix filesFranck Cuny2022-06-101-1/+2
* feat(nix): update nix to version 22.05Franck Cuny2022-06-091-2/+2
* ref(nix): move the mkSystem function to its own fileFranck Cuny2022-06-091-12/+3
* ref(nix): rename lib/ to nix/Franck Cuny2022-06-091-1/+1
* meta: remove pre-commit checksFranck Cuny2022-05-301-10/+0
* tools(govanity): add the tool to flake.nixFranck Cuny2022-05-291-1/+4
* ref(dnsupdate): move under toolsFranck Cuny2022-05-251-7/+1
* ref(notes): drop flake.nixFranck Cuny2022-05-251-0/+1
* ref(resume): remove flake.nixFranck Cuny2022-05-251-1/+4
* ref(blog): drop the flake configurationFranck Cuny2022-05-251-0/+2
* nix: add a command `dnsupdate` to update the DNSFranck Cuny2022-05-071-1/+13
* flake: add checksFranck Cuny2022-04-131-0/+12
* remove `mkHome` from libFranck Cuny2022-04-091-22/+0
* home-manager: add `isTrusted`Franck Cuny2022-04-031-0/+2
* rename `desktop` to `isDesktop`Franck Cuny2022-04-031-2/+2
* remove mytoolsFranck Cuny2022-04-031-7/+0
* nas: install music-organizer from the main branchFranck Cuny2022-03-271-1/+1
* nas: install music-organizerFranck Cuny2022-03-271-5/+16
* flake: add new overlay: NURFranck Cuny2022-02-271-0/+2
* hosts: add tahoe, the new NASFranck Cuny2022-02-271-0/+9
* agenix: add flake for agenixFranck Cuny2022-02-211-0/+5
* hosts: add aptosFranck Cuny2022-02-211-0/+10
* emacs: pull community's overlayFranck Cuny2022-02-131-0/+2
* fix a few errorsFranck Cuny2022-02-101-1/+0
* nix: fix a bunch of stuffFranck Cuny2022-02-101-2/+5
* home-manager: split the configurationFranck Cuny2022-02-101-16/+31
* home-manager: simplify the configurationFranck Cuny2022-02-091-4/+1
* i3: separate configuration for xserver and i3Franck Cuny2022-02-081-5/+1
* home-manager: fix initial configurationFranck Cuny2022-02-081-0/+9
* carmel: apply systems and desktop modulesFranck Cuny2022-02-081-0/+2
* flake: pull home-manager and unstableFranck Cuny2022-02-071-1/+10
* flake: install my user on carmelFranck Cuny2022-02-071-0/+1
* carmel: initial host configurationFranck Cuny2022-02-071-0/+21