manage lewis with nix
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
This commit is contained in:
parent
d7ef46b642
commit
111bf68a0a
92 changed files with 2730 additions and 26 deletions
|
@ -32,23 +32,23 @@
|
|||
};
|
||||
};
|
||||
|
||||
# lewis = {
|
||||
# name = "lewis";
|
||||
# hostName = "lewis.hyp";
|
||||
lewis = {
|
||||
name = "lewis";
|
||||
hostName = "lewis.hyp";
|
||||
|
||||
# nixosModule.custom = {
|
||||
# disko.osDiskDevice = "/dev/sda";
|
||||
nixosModule.custom = {
|
||||
disko.osDiskDevice = "/dev/sda";
|
||||
|
||||
# dataDisk = {
|
||||
# enable = true;
|
||||
# devicePath = "/dev/nvme0n1p1";
|
||||
# };
|
||||
dataDisk = {
|
||||
enable = true;
|
||||
devicePath = "/dev/nvme0n1p1";
|
||||
};
|
||||
|
||||
# ssh = {
|
||||
# useCertificates = true;
|
||||
# hostCert = builtins.readFile ./atlas_host_ed25519-cert.pub;
|
||||
# userCert = builtins.readFile ./atlas_user_ed25519-cert.pub;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
ssh = {
|
||||
useCertificates = true;
|
||||
hostCert = builtins.readFile ./lewis_host_ed25519-cert.pub;
|
||||
userCert = builtins.readFile ./lewis_user_ed25519-cert.pub;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue