remove some programs I might not need on queen and add a sudo check to the justfile

This commit is contained in:
Lillian Violet 2025-05-26 15:58:27 +02:00
parent 65032788b2
commit d7e685f7a3
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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;