Test
This commit is contained in:
parent
5981703db4
commit
036c8c3413
2 changed files with 9 additions and 11 deletions
18
README.md
18
README.md
|
@ -45,16 +45,14 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
|
|
||||||
---
|
---
|
||||||
# To Do List
|
# To Do List
|
||||||
* [ ] Various Fixes
|
* [ ] Steam Deck config
|
||||||
* re-enable a few things when 24.05 is stable <SPC-S "TODO">
|
* [ ] Complete bakersfield-rpi4 image
|
||||||
|
* [ ] Secrets / Tailscale keys for:
|
||||||
## Host Specific
|
* [ ] bakersfield-rpi4
|
||||||
### framework-server
|
* [ ] steamdeck
|
||||||
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
|
* [ ] 24.05 Updates:
|
||||||
* [ ] Podman mgiration - Potentially use nix-defined containers.
|
* [ ] Re-enable a few things <SPC-S> "TODO"
|
||||||
|
* [ ] Add sound to XRDP config
|
||||||
## General
|
|
||||||
* [ ] Security hardening / scans / etc
|
|
||||||
|
|
||||||
## Home-Manager
|
## Home-Manager
|
||||||
* [ ] Figure out what the home-manager `account` options are for.
|
* [ ] Figure out what the home-manager `account` options are for.
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
nixos-linode-img = libx.mkMinImage { hostname = "nixos-linode-img"; format = "linode"; };
|
nixos-linode-img = libx.mkMinImage { hostname = "nixos-linode-img"; format = "linode"; };
|
||||||
nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; format = "sd-aarch64"; system = "aarch64-linux"; };
|
nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; format = "sd-aarch64"; system = "aarch64-linux"; };
|
||||||
nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; };
|
nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; };
|
||||||
nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "plasma6"; unfree = true; repo = "nixpkgs-unstable"; };
|
nixos-iso-desktop = libx.mkImage { hostname = "nixos-iso-desktop"; format = "iso"; desktop = "gnome"; unfree = true; repo = "nixpkgs-unstable"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# Checks for deploy-rs - Makes deploy-rs fail when system evaluations fail
|
# Checks for deploy-rs - Makes deploy-rs fail when system evaluations fail
|
||||||
|
|
Loading…
Reference in a new issue