Files
infra/machines/stellio/hardware-configuration.nix
T
kurogeek 026de56f32 mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/stellio/configuration.nix
2026-08-12 15:41:36 +07:00

7 lines
123 B
Nix

{
fileSystems."/" = {
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
fsType = "ext4";
};
}