Compare commits

..

No commits in common. "c5bc75d8936b1d39775f8c37b5d0795402b3ea59" and "0484e94de549e7adc6c07ec7cdcc5423016d2dd5" have entirely different histories.

2 changed files with 6 additions and 11 deletions

View file

@ -22,12 +22,12 @@
}; };
"Nix Packages" = { "Nix Packages" = {
urls = mkUrl "https://search.nixos.org/packages?channel=unstable&query={searchTerms}"; urls = mkUrl "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
icon = "https://nixos.org/favicon.svg"; icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = ["@np"]; definedAliases = ["@np"];
}; };
"NixOS Options" = { "NixOS Options" = {
urls = mkUrl "https://search.nixos.org/options?channel=unstable&query={searchTerms}"; urls = mkUrl "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
icon = "https://nixos.org/favicon.svg"; icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = ["@no"]; definedAliases = ["@no"];
}; };
"GitHub" = { "GitHub" = {

View file

@ -1,11 +1,6 @@
config files for my puters config files for my puters
hosts: nixdesk - main desktop
nixdesk - desktop (5600x, 6700 xt, 16gb, 2tb) conifer - main desktop wsl
conifer - wsl (desktop & school laptop) hopper - server
hopper - server (old hp with i5 2400, 8gb ram) rackserv - cheap 2gb racknerd vps
rackserv - cheap 2gb vps
stack:
sops-nix for secrets, currently stored in git repo and encrypted with ssh keys, might move to hashicorp vault/openbao eventually
deployments with nixos-rebuild (see Justfile), it works ig