lscpu | grep -i VirtualizationVT-xfor IntelAMD-Vifor AMD
| { | |
| description = "A nixos cloudinit base image without nixos-infect"; | |
| inputs = { | |
| nixpkgs.url = "github:nixos/nixpkgs"; | |
| }; | |
| outputs = { self, nixpkgs }: | |
| let | |
| system = "x86_64-linux"; |
dd| # Part 0 - Updating system | |
| sudo pacman -Syyu | |
| # Part 1 - Installing software dependencies | |
| sudo pacman -S git gnome-keyring | |
| # Part 2 - Compile and Install MySQL Server | |
| # (This might take like ~4 hours since it's compiling the source) | |
| git clone https://aur.archlinux.org/mysql.git | |
| cd mysql |