diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-09-22 17:57:22 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-09-22 17:57:22 +0000 |
| commit | 5aef5c7865628edfacb36fa34c16121bf18974a1 (patch) | |
| tree | 6a13fe6a04d4ac12ea2b079a22c772c3cad9b3d8 | |
| parent | 62d5b53d8a76edfa1fcb6ff22c789d687684704e (diff) | |
added docker install to cloudinit
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,7 +12,10 @@ users: - name: kdam0 homedir: /home/kdam0 sudo: ["ALL=(ALL) NOPASSWD:ALL"] - groups: users, admin + groups: users, admin, docker + +groups: + - docker package_update: true packages: @@ -30,6 +33,7 @@ write_files: permissions: '0755' runcmd: + - curl -fsSL https://get.docker.com | sh - /run/installer - su - kdam0 -c 'git clone "https://gitlab.com/kdam0/dotfiles-nix.git"' - su - kdam0 -c 'cd dotfiles-nix && stow -v -t ~ nix home-manager && git remote set-url origin git@gitlab.com:kdam0/dotfiles-nix.git' |
