update system tools + removes some imports
This commit is contained in:
parent
bc021761dc
commit
2fa6eba14a
|
@ -16,15 +16,17 @@
|
||||||
# Homepage
|
# Homepage
|
||||||
./containers/homepage.nix
|
./containers/homepage.nix
|
||||||
|
|
||||||
|
# Reverse proxy
|
||||||
|
./containers/traefik.nix
|
||||||
|
|
||||||
|
# Website
|
||||||
|
./containers/nginx.nix
|
||||||
|
|
||||||
# Multimedia
|
# Multimedia
|
||||||
./containers/plex.nix
|
./containers/plex.nix
|
||||||
./containers/sonarr.nix
|
./containers/sonarr.nix
|
||||||
./containers/radarr.nix
|
./containers/radarr.nix
|
||||||
./containers/overseerr.nix
|
./containers/prowlarr.nix
|
||||||
|
|
||||||
# DevOps
|
|
||||||
./containers/gitea.nix
|
|
||||||
./containers/code-server.nix
|
|
||||||
|
|
||||||
# Documents & Files
|
# Documents & Files
|
||||||
./containers/qbittorrent.nix
|
./containers/qbittorrent.nix
|
||||||
|
@ -136,12 +138,7 @@
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
# System tools
|
# System tools
|
||||||
vim wget git home-manager
|
vim wget git home-manager tree ranger
|
||||||
|
|
||||||
# Developer tools
|
|
||||||
docker-compose
|
|
||||||
|
|
||||||
arion docker-client
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Completions for system packages
|
# Completions for system packages
|
||||||
|
|
Loading…
Reference in a new issue