From d7e685f7a391ea4196af08315523d7aabe3fa848 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 26 May 2025 15:58:27 +0200 Subject: [PATCH] remove some programs I might not need on queen and add a sudo check to the justfile --- justfile | 4 ++-- nixos/hosts/queen/configuration.nix | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/justfile b/justfile index fea1c70..525d7a3 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,11 @@ build: - sudo nixos-rebuild --log-format internal-json -v switch --flake .# --show-trace |& nom --json && zsh + sudo echo "sudo check..." && sudo nixos-rebuild --log-format internal-json -v switch --flake .# --show-trace |& nom --json && zsh run: nix-repl -f flake:nixpkgs test: - sudo nix flake check --show-trace --log-format internal-json -v |& nom --json && zsh + sudo echo "sudo check..." && sudo nix flake check --show-trace --log-format internal-json -v |& nom --json && zsh update: nix flake update --log-format internal-json -v |& nom --json && zsh diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 1aabb0e..10ff532 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -70,7 +70,6 @@ nginx onlyoffice-documentserver openssl - phanpy postgresql_16 python310 # python310Packages.nbconvert @@ -84,8 +83,6 @@ roundcubePlugins.thunderbird_labels youtube-dl sqlite - rocksdb - janus-gateway ]; services.vpn-ip = { enable = false;