remove some programs I might not need on queen and add a sudo check to the justfile
This commit is contained in:
parent
65032788b2
commit
d7e685f7a3
2 changed files with 2 additions and 5 deletions
4
justfile
4
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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue