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" = {
|
"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 = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
icon = "https://nixos.org/favicon.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 = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
icon = "https://nixos.org/favicon.svg";
|
||||||
definedAliases = ["@no"];
|
definedAliases = ["@no"];
|
||||||
};
|
};
|
||||||
"GitHub" = {
|
"GitHub" = {
|
||||||
|
|
|
||||||
13
readme.txt
13
readme.txt
|
|
@ -1,6 +1,11 @@
|
||||||
config files for my puters
|
config files for my puters
|
||||||
|
|
||||||
nixdesk - main desktop
|
hosts:
|
||||||
conifer - main desktop wsl
|
nixdesk - desktop (5600x, 6700 xt, 16gb, 2tb)
|
||||||
hopper - server
|
conifer - wsl (desktop & school laptop)
|
||||||
rackserv - cheap 2gb racknerd vps
|
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