Files
infra/machines/anser/hardware-configuration.nix
T
kurogeek 840778a2f8 mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/anser/configuration.nix
2026-07-27 13:42:51 +07:00

7 lines
123 B
Nix

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