-
HOSTNAME = $(shell hostname) NIX_FILES = $(shell find . -name '*.nix' -type f) ifndef HOSTNAME $(error Hostname unknown) endif switch: make nix-only make nvim-update offline: nixos-rebuild --use-remote-sudo switch --offline --option binary-caches "" --flake .#${HOSTNAME} -L nix-only: make clear-sddm-cache make clear-mimeapps nixos-rebuild --use-remote-sudo switch --flake .#${HOSTNAME} -L make update-gnupg-perms boot: nixos-rebuild --use-remote-sudo boot --flake .#${HOSTNAME} -L test: nixos-rebuild --use-remote-sudo test --flake .#${HOSTNAME} -L update: nix flake update update-local: nix flake lock --update-input remarkable --update-input dcc upgrade: make update && make switch nvim-update: ./build/nvim-update clear-sddm-cache: sudo ./build/clear-sddm-cache clear-mimeapps: [ -L "${HOME}/.config/mimeapps.list" ] || rm -f ${HOME}/.config/mimeapps.list update-gnupg-perms: chmod 700 ${HOME}/.gnupg update-nixpkgs: git submodule init git submodule update --remote nixpkgs cd nixpkgs; git config remote.upstream.url >&- || git remote add upstream https://github.com/NixOS/nixpkgs.git cd nixpkgs; git fetch upstream cd nixpkgs; git pull --rebase upstream master
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I'm new to the Nix world, but so far I've come across Divnix's Digga, Numtide's DevShell, and Misterio77's nix-starter-configs.
-
I'm new to the Nix world, but so far I've come across Divnix's Digga, Numtide's DevShell, and Misterio77's nix-starter-configs.
-
nix-starter-configs
Simple and documented config templates to help you get started with NixOS + home-manager + flakes. All the boilerplate you need!
I'm new to the Nix world, but so far I've come across Divnix's Digga, Numtide's DevShell, and Misterio77's nix-starter-configs.
-
deploy-rs
-
Yeah, I don't know how to manage secrets yet. I've read about sops-nix, but I don't have the slightest clue how to integrate it into my own nix-config.
-
Yeah, I don't know how to manage secrets yet. I've read about sops-nix, but I don't have the slightest clue how to integrate it into my own nix-config.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
I believe Misterio77's does use it in his config.
-