Compare commits
No commits in common. "c5bc75d8936b1d39775f8c37b5d0795402b3ea59" and "0484e94de549e7adc6c07ec7cdcc5423016d2dd5" have entirely different histories.
c5bc75d893
...
0484e94de5
2 changed files with 6 additions and 11 deletions
|
|
@ -22,12 +22,12 @@
|
|||
};
|
||||
"Nix Packages" = {
|
||||
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"];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
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"];
|
||||
};
|
||||
"GitHub" = {
|
||||
|
|
|
|||
13
readme.txt
13
readme.txt
|
|
@ -1,11 +1,6 @@
|
|||
config files for my puters
|
||||
|
||||
hosts:
|
||||
nixdesk - desktop (5600x, 6700 xt, 16gb, 2tb)
|
||||
conifer - wsl (desktop & school laptop)
|
||||
hopper - server (old hp with i5 2400, 8gb ram)
|
||||
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
|
||||
nixdesk - main desktop
|
||||
conifer - main desktop wsl
|
||||
hopper - server
|
||||
rackserv - cheap 2gb racknerd vps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue