Skip to content

Commit 40baad6

Browse files
Add kasm-user to nix-users group
1 parent bec8470 commit 40baad6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ version: "3.7"
33
services:
44
kasm:
55
build: .
6-
image: ghcr.io/learnteachcode/ltc-workspace-image:main
6+
image: ghcr.io/learnteachcode/ltc-workspace-image:refactor-playbook-to-use-nix
77
ports:
8-
- "6901:6901"
8+
- "6904:6901"
99
environment:
1010
VNC_PW: password
1111
shm_size: '512m'

playbook.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
apt:
9797
name: nix-bin
9898
update_cache: yes
99+
- name: Add kasm-user to nix-users group
100+
shell: usermod -aG nix-users kasm-user
99101
- name: Install git with nix
100102
shell: nix profile install nixpkgs#git --extra-experimental-features nix-command --extra-experimental-features flakes
101103
- name: Install Git Bash Completion

0 commit comments

Comments
 (0)