machine/serverle: switch to disko config

This commit is contained in:
Felix Buehler 2023-09-07 00:00:34 +02:00
parent 95a5e4cc78
commit 08ffb1865a
6 changed files with 92 additions and 45 deletions

View file

@ -2,13 +2,17 @@
{
imports = [
./hardware-configuration.nix
./disks.nix
./network.nix
./services.nix
./syncthing.nix
./system.nix
./wifi.nix
];
disko.devices = import ./disko-config.nix {
disks = [ "/dev/disk/by-id/usb-Seagate_Expansion_2HC015KJ-0:0" ];
};
networking.hostName = "serverle";
sops = {