machine/thinkman: fix offline disko config

This commit is contained in:
Felix Buehler 2023-11-04 01:55:26 +01:00
parent 06937b156b
commit 90ed67b7d9
2 changed files with 59 additions and 61 deletions

View file

@ -7,14 +7,11 @@
./profiles.nix
./services.nix
./system.nix
./disko-config.nix
];
networking.hostName = "thinkman";
disko.devices = import ./disko-config.nix {
disks = [ "/dev/disk/by-id/nvme-eui.0025385b01410682" ];
};
sops = {
defaultSopsFile = ./secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];