main @ 9 LINES
[ HISTORY ] [ UP ]
┌─ NIX ──────────────────────────────────────────────────────────────────────┐
│ { │
│ fileSystems."/" = { │
│ device = "/dev/sda"; │
│ fsType = "ext4"; │
│ autoResize = true; │
│ }; │
│ swapDevices = [{device = "/dev/sdb";}]; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ NIX ────────────────────────────────┐
│ { │
│ fileSystems."/" = { │
│ device = "/dev/sda"; │
│ fsType = "ext4"; │
│ autoResize = true; │
│ }; │
│ swapDevices = [{device = "/dev/sdb";}]; │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET