This commit is contained in:
albert 2024-05-12 18:28:32 +09:00
parent 2f9b88ebd5
commit 59f927ae32
Signed by: albert
GPG key ID: 3895DD267CA11BA9
4 changed files with 23 additions and 21 deletions

View file

@ -67,24 +67,25 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] Fixes:
* [ ] Migrate Forgejo sqlite db to MySQL
* [ ] Alternatively, figure out why sqlite is taking so long to load
* [ ] Upgrades:
* [ ] Nextcloud 29
* [ ] Traefik v3
* [ ] ifargle.com
* [ ] internal
* [ ] External
* [ ] sysctl.io
* [ ] internal
* [ ] External
* [-] Upgrades:
* [x] Nextcloud 29
* [x] Traefik v3
* [x] ifargle.com
* [x] internal
* [x] External
* [x] sysctl.io
* [x] internal
* [x] External
* [ ] Headscale 0.23
* [ ] Jellyfin 10.9
* [ ] Lower Priority:
* [ ] Jitsi
* [ ] Mealie
* [ ] Lemmy
* [ ] Atuin
* [ ] Forgejo Runner
* [ ] Synapse
* [x] Jellyfin 10.9
* [-] Lower Priority:
* [x] Jitsi
* [ ] Mealie - v1.6.0
* [ ] Add OIDC config
* [x] Lemmy
* [x] Atuin
* [x] Forgejo Runner
* [x] Synapse
Completed To Do List [here](./docs/complete.md)

View file

@ -48,8 +48,8 @@
hyprland.url = "github:hyprwm/Hyprland";
# Steam Deck configs for NixOS
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
# Bitcoin node
nix-bitcoin.url = "github:fort-nix/nix-bitcoin/release";
# Superfile
superfile.url = "github:MHNightCat/superfile";
};
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, jovian, ... } @inputs:
let

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, system, ... }: {
imports = [ ./small.nix ];
# List packages installed in system profile
@ -26,5 +26,6 @@
busybox # Linux utilities
ethtool # Ethernet troubleshooting:with
file # Shows the types of files
inputs.inputs.superfile.packages.${system}.default # Superfile CLI file browser
];
}

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, system, ... }: {
# List packages installed in system profile
environment.systemPackages = with pkgs; [
tmux # terminal multiplexer