add devbox config

This commit is contained in:
Jonas Heinrich 2022-12-01 17:42:59 +01:00
parent 7df11610bf
commit 5854235d65
4 changed files with 10 additions and 3 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
nixos.qcow2

View file

@ -1,2 +1,2 @@
all: all:
QEMU_NET_OPTS="hostfwd=tcp::80-:80" NIX_PATH=nixpkgs=/home/onny/projects/nixpkgs nixos-shell vm-nextcloud.nix sudo -E QEMU_NET_OPTS="hostfwd=tcp::80-:80" NIX_PATH=nixpkgs=/home/onny/projects/nixpkgs nixos-shell vm-nextcloud.nix

6
devbox.json Normal file
View file

@ -0,0 +1,6 @@
{
"packages": [],
"shell": {
"init_hook": null
}
}

View file

@ -8,11 +8,11 @@
extraApps = { extraApps = {
circles = pkgs.fetchNextcloudApp rec { circles = pkgs.fetchNextcloudApp rec {
url = "https://github.com/nextcloud-releases/circles/releases/download/0.21.4/circles-0.21.4.tar.gz"; url = "https://github.com/nextcloud-releases/circles/releases/download/0.21.4/circles-0.21.4.tar.gz";
sha256 = "sha256-sQUsYC3cco6fj9pF2l1NrCEhA3KJoOvJRhXvBlVplll="; sha256 = "sha256-gkW9jZvXS86ScuM434mUbvQajYKwHVjm9PfTMNgHL/Q=";
}; };
calendar = pkgs.fetchNextcloudApp rec { calendar = pkgs.fetchNextcloudApp rec {
url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.1.0/calendar-v4.1.0.tar.gz"; url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.1.0/calendar-v4.1.0.tar.gz";
sha256 = "sha256-eTc51pkg3OdHJB7X4/hD39Ce+9vKzw1nlJ7BhPOzlll="; sha256 = "sha256-KALFhCNjofFQMntv3vyL0TJxqD/mBkeDpxt8JV4CPAM=";
}; };
}; };
}; };