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:
|
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:
|
run:
|
||||||
nix-repl -f flake:nixpkgs
|
nix-repl -f flake:nixpkgs
|
||||||
|
|
||||||
test:
|
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:
|
update:
|
||||||
nix flake update --log-format internal-json -v |& nom --json && zsh
|
nix flake update --log-format internal-json -v |& nom --json && zsh
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
nginx
|
nginx
|
||||||
onlyoffice-documentserver
|
onlyoffice-documentserver
|
||||||
openssl
|
openssl
|
||||||
phanpy
|
|
||||||
postgresql_16
|
postgresql_16
|
||||||
python310
|
python310
|
||||||
# python310Packages.nbconvert
|
# python310Packages.nbconvert
|
||||||
|
@ -84,8 +83,6 @@
|
||||||
roundcubePlugins.thunderbird_labels
|
roundcubePlugins.thunderbird_labels
|
||||||
youtube-dl
|
youtube-dl
|
||||||
sqlite
|
sqlite
|
||||||
rocksdb
|
|
||||||
janus-gateway
|
|
||||||
];
|
];
|
||||||
services.vpn-ip = {
|
services.vpn-ip = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue