We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec8470 commit 40baad6Copy full SHA for 40baad6
docker-compose.yml
@@ -3,9 +3,9 @@ version: "3.7"
3
services:
4
kasm:
5
build: .
6
- image: ghcr.io/learnteachcode/ltc-workspace-image:main
+ image: ghcr.io/learnteachcode/ltc-workspace-image:refactor-playbook-to-use-nix
7
ports:
8
- - "6901:6901"
+ - "6904:6901"
9
environment:
10
VNC_PW: password
11
shm_size: '512m'
playbook.yaml
@@ -96,6 +96,8 @@
96
apt:
97
name: nix-bin
98
update_cache: yes
99
+ - name: Add kasm-user to nix-users group
100
+ shell: usermod -aG nix-users kasm-user
101
- name: Install git with nix
102
shell: nix profile install nixpkgs#git --extra-experimental-features nix-command --extra-experimental-features flakes
103
- name: Install Git Bash Completion
0 commit comments