mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Removed vim modelines
This commit is contained in:
5
vagrant/keybase/Vagrantfile
vendored
5
vagrant/keybase/Vagrantfile
vendored
@@ -1,11 +1,8 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
# Sources:
|
||||
# - https://book.keybase.io/guides/linux
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "fedora/35-cloud-base"
|
||||
config.vm.box = "fedora/35-cloud-base" # just worked better than others
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.name = "keybase"
|
||||
|
||||
Reference in New Issue
Block a user