Update warsaw disks

This commit is contained in:
albert 2024-07-14 12:15:14 +09:00
parent dab80e8dba
commit 4403655291
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,5 +1,4 @@
{
# Disks are sdb and sdc
# https://github.com/nix-community/disko/blob/master/example/boot-raid1.nix
imports = [ ../../common/services/snapper.nix ];
@ -15,9 +14,9 @@
disko.devices = {
disk = {
sdb = {
sda = {
type = "disk";
device = "/dev/sdb";
device = "/dev/sda";
content = {
type = "gpt";
partitions = {
@ -44,9 +43,9 @@
};
};
sdc = {
sdb = {
type = "disk";
device = "/dev/sdc";
device = "/dev/sdb";
content = {
type = "gpt";
partitions = {