lkjdsa
This commit is contained in:
parent
8970e79d0c
commit
f364bd9baf
|
@ -265,6 +265,7 @@
|
||||||
hidpi = hw.common-hidpi;
|
hidpi = hw.common-hidpi;
|
||||||
p1005 = ./hardware/printer/hp-laserjet-p1005.nix;
|
p1005 = ./hardware/printer/hp-laserjet-p1005.nix;
|
||||||
au = ./profiles/auto-upgrade.nix;
|
au = ./profiles/auto-upgrade.nix;
|
||||||
|
nixld = ./profiles/nix-ld.nix;
|
||||||
binfmt = ./profiles/binfmt-emu.nix;
|
binfmt = ./profiles/binfmt-emu.nix;
|
||||||
dns64 = { config, ... }: {
|
dns64 = { config, ... }: {
|
||||||
networking.nameservers = [ "2001:700:1:11::2:51" ]; # dns64.uninett.no
|
networking.nameservers = [ "2001:700:1:11::2:51" ]; # dns64.uninett.no
|
||||||
|
@ -277,7 +278,7 @@
|
||||||
noximilien = mk "pbsds.net" "x86_64-linux" inputs-2311 "22.11" [ au intel ];
|
noximilien = mk "pbsds.net" "x86_64-linux" inputs-2311 "22.11" [ au intel ];
|
||||||
brumlebasse = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au amd nspawn ];
|
brumlebasse = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au amd nspawn ];
|
||||||
nord = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au intel-novga hw.common-cpu-intel-sandy-bridge rocm hidpi ];
|
nord = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au intel-novga hw.common-cpu-intel-sandy-bridge rocm hidpi ];
|
||||||
sopp = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au intel cuda p1005 ];
|
sopp = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au nixld intel cuda p1005 ];
|
||||||
bolle = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au dns64 intel ];
|
bolle = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au dns64 intel ];
|
||||||
eple = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au dns64 intel rocm ];
|
eple = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au dns64 intel rocm ];
|
||||||
garp = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au dns64 intel-novga cuda ];
|
garp = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ au dns64 intel-novga cuda ];
|
||||||
|
|
8
todos.md
8
todos.md
|
@ -1,9 +1,14 @@
|
||||||
|
# projects
|
||||||
|
* [ ] https://github.com/NixOS/nixos-hardware/tree/master/pine64/pinebook-pro
|
||||||
|
* [ ] riscv
|
||||||
# nice to have
|
# nice to have
|
||||||
* [ ] nixos-generate-config instructions for new hosts
|
* [ ] nixos-generate-config instructions for new hosts
|
||||||
* [ ] `profiles/singularity.nix` https://github.com/NixOS/nixpkgs/issues/230851
|
* [ ] `profiles/singularity.nix` https://github.com/NixOS/nixpkgs/issues/230851
|
||||||
* [x] xforwarding over ssh
|
* [x] xforwarding over ssh
|
||||||
* [ ] pre-commit hook with 'nix eval ...outPath'
|
* [ ] pre-commit hook with 'nix eval ...outPath'
|
||||||
* [x] use `nom` when deploying
|
* [x] use `nom` when deploying
|
||||||
|
* [ ] https://fosdem.org/2024/schedule/event/fosdem-2024-3045-automatic-boot-assessment-with-boot-counting/
|
||||||
|
* [ ] https://discourse.nixos.org/t/a-web-ui-for-the-nix-store-early-beta/35762
|
||||||
# machine park
|
# machine park
|
||||||
* [ ] wg
|
* [ ] wg
|
||||||
* [ ] remote-builders over wg
|
* [ ] remote-builders over wg
|
||||||
|
@ -14,10 +19,12 @@
|
||||||
* [ ] zfs, declarative pools?
|
* [ ] zfs, declarative pools?
|
||||||
* [ ] figure out how to reuse system flake lock while deplying, leave the night job to upgrade
|
* [ ] figure out how to reuse system flake lock while deplying, leave the night job to upgrade
|
||||||
* [ ] some tunneling for NFS hosts
|
* [ ] some tunneling for NFS hosts
|
||||||
|
* [ ] https://nix-community.org/community-builder/
|
||||||
# ricing
|
# ricing
|
||||||
* [ ] [doas](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/security/doas/default.nix)
|
* [ ] [doas](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/security/doas/default.nix)
|
||||||
* [ ] https://github.com/NixOS/nixpkgs/pull/266094 (see https://nixos.wiki/wiki/Cursor_Themes)
|
* [ ] https://github.com/NixOS/nixpkgs/pull/266094 (see https://nixos.wiki/wiki/Cursor_Themes)
|
||||||
# selfhosting
|
# selfhosting
|
||||||
|
* [ ] https://discourse.nixos.org/t/syncthing-accept-incoming-shares-declaratively/26304
|
||||||
* [ ] hydra - perfect for CUDA and RISCV
|
* [ ] hydra - perfect for CUDA and RISCV
|
||||||
* [ ] [avahi](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/services/avahi/default.nix)
|
* [ ] [avahi](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/services/avahi/default.nix)
|
||||||
* [ ] [kvm](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/virtualisation/kvm/default.nix)
|
* [ ] [kvm](https://github.com/jakehamilton/config/blob/579827c699d9c78bd42e73f543eafb05a0d6c374/modules/virtualisation/kvm/default.nix)
|
||||||
|
@ -43,7 +50,6 @@
|
||||||
* [ ] Support DNS auth
|
* [ ] Support DNS auth
|
||||||
* [ ] Setup aliases instead of a per-vhost cert?
|
* [ ] Setup aliases instead of a per-vhost cert?
|
||||||
* [ ] Preferably setup a wildchar cert per host
|
* [ ] Preferably setup a wildchar cert per host
|
||||||
# framework
|
|
||||||
# to read
|
# to read
|
||||||
* [ ] https://github.com/ogoid/nixos-expose-cuda
|
* [ ] https://github.com/ogoid/nixos-expose-cuda
|
||||||
# refactoring
|
# refactoring
|
||||||
|
|
Loading…
Reference in New Issue