Compare commits
2 commits
0484e94de5
...
c5bc75d893
| Author | SHA1 | Date | |
|---|---|---|---|
| c5bc75d893 | |||
| 85f9d445e8 |
2 changed files with 11 additions and 6 deletions
|
|
@ -22,12 +22,12 @@
|
|||
};
|
||||
"Nix Packages" = {
|
||||
urls = mkUrl "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
icon = "https://nixos.org/favicon.svg";
|
||||
definedAliases = ["@np"];
|
||||
};
|
||||
"NixOS Options" = {
|
||||
urls = mkUrl "https://search.nixos.org/options?channel=unstable&query={searchTerms}";
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
icon = "https://nixos.org/favicon.svg";
|
||||
definedAliases = ["@no"];
|
||||
};
|
||||
"GitHub" = {
|
||||
|
|
|
|||
13
readme.txt
13
readme.txt
|
|
@ -1,6 +1,11 @@
|
|||
config files for my puters
|
||||
|
||||
nixdesk - main desktop
|
||||
conifer - main desktop wsl
|
||||
hopper - server
|
||||
rackserv - cheap 2gb racknerd vps
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue