create terraform project to setup libvirt on hosts
use SATA drive for atlas OS remove thecloud legacy project
This commit is contained in:
parent
7c7b3e667b
commit
997d9bb0cb
14 changed files with 44 additions and 280 deletions
|
@ -25,7 +25,12 @@
|
|||
hostName = "atlas.hyp";
|
||||
|
||||
nixosModule.lab = {
|
||||
disko.osDiskDevice = "/dev/nvme0n1";
|
||||
disko.osDiskDevice = "/dev/sda";
|
||||
|
||||
dataDisk = {
|
||||
enable = true;
|
||||
devicePath = "/dev/nvme0n1p1";
|
||||
};
|
||||
|
||||
ssh = {
|
||||
useCertificates = true;
|
||||
|
|
Reference in a new issue