newton: use disko

This commit is contained in:
Felix Buehler 2023-09-02 17:42:43 +02:00
parent 2a713beab2
commit 4b389828ad
4 changed files with 81 additions and 31 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
./boot.nix
./disks.nix
./hardware-configuration.nix
./network.nix
./services.nix
@ -10,6 +9,10 @@
./system.nix
];
disko.devices = import ./disko-config.nix {
disks = [ "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0" ];
};
networking.hostName = "newton";
sops = {