Add old sagemath config int he hopes that we can later uncomment it

This commit is contained in:
Gašper Fele-Žorž 2024-09-16 11:04:03 +02:00
parent bc6d0000a9
commit abaf6b19ee
36 changed files with 177 additions and 147 deletions

View file

@ -1,3 +1,6 @@
- name: Enable multiarch
command: dpkg --add-architecture i386
- name: Install generally useful packages
apt:
name:
@ -16,11 +19,13 @@
- qutebrowser
- chromium-browser
- firefox
- qemu
- qemu-system-x86
- qemu-kvm
- qemu-utils
- virt-manager
- wine-development
- wine
- wine32:i386
- wine-binfmt
- dosbox
- webext-ublock-origin-chromium
- webext-ublock-origin-firefox
@ -38,6 +43,9 @@
- overlayroot
- nfs-common
- cifs-utils
- samba-vfs-modules-extra
- samba-vfs-modules
- smbclient
- neovim-qt
- binwalk
- iotop
@ -110,7 +118,7 @@
mount:
boot: true
fstype: nfs
src: "10.32.254.16:/srv/nfs/clonezilla_images"
src: "ucilnicenfs.fri.uni-lj.si:/srv/nfs/clonezilla_images"
path: /home/partimag
state: mounted
opts: defaults,nofail

View file

@ -7,6 +7,12 @@
name: HideFileExt
data: 0
type: dword
- name: Allow SMB insecure guest access
win_regedit:
path: HKLM:\Software\Policies\Microsoft\Windows\LanmanWorkstation
name: AllowInsecureGuestAuth
data: 1
type: dword
- name: Install PSCX
community.windows.win_psmodule:
name: Pscx